View Source GoogleApi.Connectors.V2.Model.AuthCodeData (google_api_connectors v0.14.0)
AuthCodeData contains the data the runtime plane will give the connector backend in exchange for access and refresh tokens.
Attributes
-
authCode
(type:String.t
, default:nil
) - OAuth authorization code. -
pkceVerifier
(type:String.t
, default:nil
) - OAuth PKCE verifier, needed if PKCE is enabled for this particular connection. -
redirectUri
(type:String.t
, default:nil
) - OAuth redirect URI passed in during the auth code flow, required by some OAuth backends.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.