View Source GoogleApi.IAP.V1.Model.OAuth2 (google_api_iap v0.20.2)

The OAuth 2.0 Settings

Attributes

  • clientId (type: String.t, default: nil) - The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.
  • clientSecret (type: String.t, default: nil) - Input only. The OAuth 2.0 client secret created while registering the client ID.
  • clientSecretSha256 (type: String.t, default: nil) - Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAP.V1.Model.OAuth2{
  clientId: String.t() | nil,
  clientSecret: String.t() | nil,
  clientSecretSha256: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.