GoogleCloudIdentitytoolkitV1CreateAuthUriRequest class

Request message for CreateAuthUri.

Constructors

GoogleCloudIdentitytoolkitV1CreateAuthUriRequest({String? appId, String? authFlowType, String? context, String? continueUri, Map<String, String>? customParameter, String? hostedDomain, String? identifier, String? oauthConsumerKey, String? oauthScope, String? openidRealm, String? otaApp, String? providerId, String? sessionId, String? tenantId})
GoogleCloudIdentitytoolkitV1CreateAuthUriRequest.fromJson(Map json_)

Properties

appId String?
getter/setter pair
authFlowType String?
Used for the Google provider.
getter/setter pair
context String?
An opaque string used to maintain contextual information between the authentication request and the callback from the IdP.
getter/setter pair
continueUri String?
A valid URL for the IdP to redirect the user back to.
getter/setter pair
customParameter Map<String, String>?
Additional customized query parameters to be added to the authorization URI.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostedDomain String?
Used for the Google provider.
getter/setter pair
identifier String?
The email identifier of the user account to fetch associated providers for.
getter/setter pair
oauthConsumerKey String?
getter/setter pair
oauthScope String?
Additional space-delimited OAuth 2.0 scopes specifying the scope of the authentication request with the IdP.
getter/setter pair
openidRealm String?
getter/setter pair
otaApp String?
getter/setter pair
providerId String?
The provider ID of the IdP for the user to sign in with.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
A session ID that can be verified against in SignInWithIdp to prevent session fixation attacks.
getter/setter pair
tenantId String?
The ID of the Identity Platform tenant to create an authorization URI or lookup an email identifier for.
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