AccessToken class
This class represents an access token issued by the Mobile Foundation server for a particular scope to a device
Properties
- asAuthorizationRequestHeader → String
-
Returns thes value of the access token in the required format for an authorization header.
read-only
- asFormEncodedBodyParameter → String
-
Returns the value of the access token in the required format for the body of an HTTP-request entity.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- scope → String
-
Returns the scope for which access-token was provided.
read-only
- value → String
-
Returns the value of the access token.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited