ArcGISCredential class final
A base class for types of ArcGIS credentials used to access secured resources.
This is a base class for ArcGIS credentials requiring OAuth or ArcGIS Token authentication, such as OAuthUserCredential, OAuthApplicationCredential, PregeneratedTokenCredential and TokenCredential.
- Implemented types
- Mixed in types
- Implementers
Constructors
-
ArcGISCredential.fromJson(Map<
String, dynamic> json) -
factory
- ArcGISCredential.fromJsonString(String jsonString)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- referer → String
-
The referer used to generate a token.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverContext → Uri
-
The URL by which the root of a server is accessed.
no setter
- username → String
-
The user associated with the credential.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Returns a JSON representation of this Object in the data type used by jsonDecode.
inherited
-
toJsonString(
) → String -
Returns a JSON representation of this Object as a String.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override