mobilefoundation
accesstoken
AccessToken
getScope property
getScope
mobilefoundation
accesstoken
AccessToken
getScope property
AccessToken class
Constructors
AccessToken
Properties
getAsAuthorizationRequestHeader
getAsFormEncodedBodyParameter
getScope
getValue
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
getAccessTokenMap
getScope
property
String
getScope
Returns the scope for which access-token was provided.
Implementation
String get getScope { return this._scope; }