View Source GoogleApi.IAP.V1.Model.OAuthSettings (google_api_iap v0.20.1)

Configuration for OAuth login&consent flow behavior as well as for OAuth Credentials.

Attributes

  • loginHint (type: String.t, default: nil) - Domain hint to send as hd=? parameter in OAuth request flow. Enables redirect to primary IDP by skipping Google's login screen. https://developers.google.com/identity/protocols/OpenIDConnect#hd-param Note: IAP does not verify that the id token's hd claim matches this value since access behavior is managed by IAM policies.
  • programmaticClients (type: list(String.t), default: nil) - Optional. List of client ids allowed to use IAP programmatically.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.IAP.V1.Model.OAuthSettings{
  loginHint: String.t() | nil,
  programmaticClients: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.