GoogleCloudIdentitytoolkitV1CreateAuthUriResponse class

Response message for CreateAuthUri.

Constructors

GoogleCloudIdentitytoolkitV1CreateAuthUriResponse({List<String>? allProviders, String? authUri, bool? captchaRequired, bool? forExistingProvider, String? kind, String? providerId, bool? registered, String? sessionId, List<String>? signinMethods})
GoogleCloudIdentitytoolkitV1CreateAuthUriResponse.fromJson(Map json_)

Properties

allProviders List<String>?
getter/setter pair
authUri String?
The authorization URI for the requested provider.
getter/setter pair
captchaRequired bool?
Whether a CAPTCHA is needed because there have been too many failed login attempts by the user.
getter/setter pair
forExistingProvider bool?
Whether the user has previously signed in with the provider ID in the request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
getter/setter pair
providerId String?
The provider ID from the request, if provided.
getter/setter pair
registered bool?
Whether the email identifier represents an existing account.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
The session ID from the request, or a random string generated by CreateAuthUri if absent.
getter/setter pair
signinMethods List<String>?
The list of sign-in methods that the user has previously used.
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