API Reference
Class
GoogleWorkspaceAccessToken
Represents an acquired Google OAuth access token.
Inheritance
- Object
- GoogleWorkspaceAccessToken
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method DelegateGoogleWorkspaceCredentialSource.AcquireAccessTokenAsync
- Method GoogleServiceAccountCredentialSource.AcquireAccessTokenAsync
- Method GoogleWorkspaceSession.AcquireAccessTokenAsync
- Method IGoogleWorkspaceCredentialSource.AcquireAccessTokenAsync
- Method StaticAccessTokenCredentialSource.AcquireAccessTokenAsync
Accepted by parameters
Constructors
public GoogleWorkspaceAccessToken(String accessToken, DateTimeOffset expiresAt, IReadOnlyList<String> scopes = null) #Parameters
- accessToken String
- expiresAt DateTimeOffset
- scopes IReadOnlyList<String> = null
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object