GoogleCloudIntegrationsV1alphaAccessTokenResponse

data class GoogleCloudIntegrationsV1alphaAccessTokenResponse(val accessToken: String, val accessTokenExpireTime: String, val refreshToken: String, val refreshTokenExpireTime: String, val tokenType: String)

The access token represents the authorization of a specific application to access specific parts of a user’s data.

Constructors

fun GoogleCloudIntegrationsV1alphaAccessTokenResponse(accessToken: String, accessTokenExpireTime: String, refreshToken: String, refreshTokenExpireTime: String, tokenType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access token encapsulating the security identity of a process or thread.

Link copied to clipboard

The approximate time until the access token retrieved is valid.

Link copied to clipboard

If the access token will expire, use the refresh token to obtain another access token.

Link copied to clipboard

The approximate time until the refresh token retrieved is valid.

Link copied to clipboard

Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.