Google Cloud Integrations V1alpha OAuth2Client Credentials Response
data class GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse(val accessToken: GoogleCloudIntegrationsV1alphaAccessTokenResponse, val clientId: String, val clientSecret: String, val requestType: String, val scope: String, val tokenEndpoint: String, val tokenParams: GoogleCloudIntegrationsV1alphaParameterMapResponse)
For client credentials grant, the client sends a POST request with grant_type as 'client_credentials' to the authorization server. The authorization server will respond with a JSON object containing the access token.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaOAuth2ClientCredentialsResponse(accessToken: GoogleCloudIntegrationsV1alphaAccessTokenResponse, clientId: String, clientSecret: String, requestType: String, scope: String, tokenEndpoint: String, tokenParams: GoogleCloudIntegrationsV1alphaParameterMapResponse)