CreateAuthUriResponse class

Response of creating the IDP authentication URL.

Constructors

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

Properties

allProviders List<String>?
all providers the user has once used to do federated login
getter/setter pair
authUri String?
The URI used by the IDP to authenticate the user.
getter/setter pair
captchaRequired bool?
True if captcha is required.
getter/setter pair
forExistingProvider bool?
True if the authUri is for user's existing provider.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
The fixed string identitytoolkit#CreateAuthUriResponse".
getter/setter pair
providerId String?
The provider ID of the auth URI.
getter/setter pair
registered bool?
Whether the user is registered if the identifier is an email.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
Session ID which should be passed in the following verifyAssertion request.
getter/setter pair
signinMethods List<String>?
All sign-in methods this user has 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