View Source GoogleApi.IdentityToolkit.V3.Model.CreateAuthUriResponse (google_api_identity_toolkit v0.8.0)
Response of creating the IDP authentication URL.
Attributes
-
allProviders
(type:list(String.t)
, default:nil
) - all providers the user has once used to do federated login -
authUri
(type:String.t
, default:nil
) - The URI used by the IDP to authenticate the user. -
captchaRequired
(type:boolean()
, default:nil
) - True if captcha is required. -
forExistingProvider
(type:boolean()
, default:nil
) - True if the authUri is for user's existing provider. -
kind
(type:String.t
, default:identitytoolkit#CreateAuthUriResponse
) - The fixed string identitytoolkit#CreateAuthUriResponse". -
providerId
(type:String.t
, default:nil
) - The provider ID of the auth URI. -
registered
(type:boolean()
, default:nil
) - Whether the user is registered if the identifier is an email. -
sessionId
(type:String.t
, default:nil
) - Session ID which should be passed in the following verifyAssertion request. -
signinMethods
(type:list(String.t)
, default:nil
) - All sign-in methods this user has used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IdentityToolkit.V3.Model.CreateAuthUriResponse{ allProviders: [String.t()] | nil, authUri: String.t() | nil, captchaRequired: boolean() | nil, forExistingProvider: boolean() | nil, kind: String.t() | nil, providerId: String.t() | nil, registered: boolean() | nil, sessionId: String.t() | nil, signinMethods: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.