google_api_identity_toolkit v0.5.0 GoogleApi.IdentityToolkit.V3.Model.IdpConfig View Source

Template for a single idp configuration.

Attributes

  • clientId (type: String.t, default: nil) - OAuth2 client ID.
  • enabled (type: boolean(), default: nil) - Whether this IDP is enabled.
  • experimentPercent (type: integer(), default: nil) - Percent of users who will be prompted/redirected federated login for this IDP.
  • provider (type: String.t, default: nil) - OAuth2 provider.
  • secret (type: String.t, default: nil) - OAuth2 client secret.
  • whitelistedAudiences (type: list(String.t), default: nil) - Whitelisted client IDs for audience check.

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.IdpConfig{
  clientId: String.t(),
  enabled: boolean(),
  experimentPercent: integer(),
  provider: String.t(),
  secret: String.t(),
  whitelistedAudiences: [String.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.