GoogleApi.Connectors.V1.Model.Oauth2ClientCredentials (google_api_connectors v0.2.0) View Source
Parameters to support Oauth 2.0 Client Credentials Grant Authentication. See https://tools.ietf.org/html/rfc6749#section-1.3.4 for more details.
Attributes
-
clientId
(type:String.t
, default:nil
) - The client identifier. -
clientSecret
(type:GoogleApi.Connectors.V1.Model.Secret.t
, default:nil
) - Secret version reference containing the client secret.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Connectors.V1.Model.Oauth2ClientCredentials{ clientId: String.t() | nil, clientSecret: GoogleApi.Connectors.V1.Model.Secret.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.