google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyGetProjectConfigResponse View Source
Response of getting the project configuration.
Attributes
-
allowPasswordUser
(type:boolean()
, default:nil
) - Whether to allow password user sign in or sign up. -
apiKey
(type:String.t
, default:nil
) - Browser API key, needed when making http request to Apiary. -
authorizedDomains
(type:list(String.t)
, default:nil
) - Authorized domains. -
changeEmailTemplate
(type:GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t
, default:nil
) - Change email template. -
dynamicLinksDomain
(type:String.t
, default:nil
) - -
enableAnonymousUser
(type:boolean()
, default:nil
) - Whether anonymous user is enabled. -
idpConfig
(type:list(GoogleApi.IdentityToolkit.V3.Model.IdpConfig.t)
, default:nil
) - OAuth2 provider configuration. -
legacyResetPasswordTemplate
(type:GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t
, default:nil
) - Legacy reset password email template. -
projectId
(type:String.t
, default:nil
) - Project ID of the relying party. -
resetPasswordTemplate
(type:GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t
, default:nil
) - Reset password email template. -
useEmailSending
(type:boolean()
, default:nil
) - Whether to use email sending provided by Firebear. -
verifyEmailTemplate
(type:GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t
, default:nil
) - Verify email template.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.IdentityToolkit.V3.Model.IdentitytoolkitRelyingpartyGetProjectConfigResponse{ allowPasswordUser: boolean(), apiKey: String.t(), authorizedDomains: [String.t()], changeEmailTemplate: GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t(), dynamicLinksDomain: String.t(), enableAnonymousUser: boolean(), idpConfig: [GoogleApi.IdentityToolkit.V3.Model.IdpConfig.t()], legacyResetPasswordTemplate: GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t(), projectId: String.t(), resetPasswordTemplate: GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t(), useEmailSending: boolean(), verifyEmailTemplate: GoogleApi.IdentityToolkit.V3.Model.EmailTemplate.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.