SocialSignInFail class
A more specific Exception which describes any potential native errors that occur within the Sign in with Social Sign in.
- Inheritance
-
- Object
- SocialSignInResultInterface
- SocialSignInFail
- Available extensions
Constructors
- SocialSignInFail({SignInResultStatus status = SignInResultStatus.failed, String accessToken = "", String idToken = "", String errorMessage = "Unknown Fail!", String state = ""})
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 pairoverride
- 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 pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String
-
A JSON web token containing the user's identity information.
getter/setter pairoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String
-
The current state of the authorization request.
getter/setter pairoverride
- status ↔ SignInResultStatus
-
The current status of the authorization request.
getter/setter pairoverride
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