GoogleCloudIntegrationsV1alphaAccessToken class

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

Constructors

GoogleCloudIntegrationsV1alphaAccessToken({String? accessToken, String? accessTokenExpireTime, String? refreshToken, String? refreshTokenExpireTime, String? tokenType})
GoogleCloudIntegrationsV1alphaAccessToken.fromJson(Map json_)

Properties

accessToken String?
The access token encapsulating the security identity of a process or thread.
getter/setter pair
accessTokenExpireTime String?
The approximate time until the access token retrieved is valid.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
refreshToken String?
If the access token will expire, use the refresh token to obtain another access token.
getter/setter pair
refreshTokenExpireTime String?
The approximate time until the refresh token retrieved is valid.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenType String?
Only support "bearer" token in v1 as bearer token is the predominant type used with OAuth 2.0.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited