GoogleCloudIdentitytoolkitV1SignInWithIdpRequest class

Request message for SignInWithIdp.

Constructors

GoogleCloudIdentitytoolkitV1SignInWithIdpRequest({bool? autoCreate, String? delegatedProjectNumber, String? idToken, String? pendingIdToken, String? pendingToken, String? postBody, String? requestUri, bool? returnIdpCredential, bool? returnRefreshToken, bool? returnSecureToken, String? sessionId, String? tenantId})
GoogleCloudIdentitytoolkitV1SignInWithIdpRequest.fromJson(Map json_)

Properties

autoCreate bool?
getter/setter pair
delegatedProjectNumber String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
A valid Identity Platform ID token.
getter/setter pair
pendingIdToken String?
getter/setter pair
pendingToken String?
An opaque string from a previous SignInWithIdp response.
getter/setter pair
postBody String?
If the user is signing in with an authorization response obtained via a previous CreateAuthUri authorization request, this is the body of the HTTP POST callback from the IdP, if present.
getter/setter pair
requestUri String?
The URL to which the IdP redirects the user back.
getter/setter pair
returnIdpCredential bool?
Whether or not to return OAuth credentials from the IdP on the following errors: FEDERATED_USER_ID_ALREADY_LINKED and EMAIL_EXISTS.
getter/setter pair
returnRefreshToken bool?
Whether or not to return the OAuth refresh token from the IdP, if available.
getter/setter pair
returnSecureToken bool?
Should always be true.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
The session ID returned from a previous CreateAuthUri call.
getter/setter pair
tenantId String?
The ID of the Identity Platform tenant the user is signing in to.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited