SocialSignInResultInterface class abstract
Authorization details from the login flow
- Implementers
- Available extensions
Constructors
Properties
- accessToken ↔ String
-
Application requests an access token from the social media server, extracts a token from the response, and sends the token to the Server API that you want to access.
getter/setter pair
- credential → AuthCredential
-
Available on SocialSignInResultInterface, provided by the XAuthCredentialBind extension
no setter - errorMessage ↔ String
-
Handle Errors whose resolutions require more steps than can be easily described in an error message.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String
-
A JSON web token containing the user's identity information.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String
-
The current state of the authorization request.
getter/setter pair
- status ↔ SignInResultStatus
-
The current status of the authorization request.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited