Google Cloud Integrations V1alpha Access Token Args
data class GoogleCloudIntegrationsV1alphaAccessTokenArgs(val accessToken: Output<String>? = null, val accessTokenExpireTime: Output<String>, val refreshToken: Output<String>? = null, val refreshTokenExpireTime: Output<String>? = null, val tokenType: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaAccessTokenArgs>
The access token represents the authorization of a specific application to access specific parts of a user’s data.
Constructors
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.