Auth Config Decrypted Credential Oauth2Client Credentials
data class AuthConfigDecryptedCredentialOauth2ClientCredentials(val clientId: String? = null, val clientSecret: String? = null, val requestType: String? = null, val scope: String? = null, val tokenEndpoint: String? = null, val tokenParams: AuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParams? = null)
Properties
Link copied to clipboard
The client's secret.
Link copied to clipboard
Represent how to pass parameters to fetch access token Possible values: "REQUEST_TYPE_UNSPECIFIED", "REQUEST_BODY", "QUERY_PARAMETERS", "ENCODED_HEADER"
Link copied to clipboard
The token endpoint is used by the client to obtain an access token by presenting its authorization grant or refresh token.
Link copied to clipboard
Token parameters for the auth request.