API Reference
Interface
IGoogleWorkspaceCredentialSource
Abstraction over the mechanism that acquires Google access tokens.
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
Accepted by parameters
- Constructor GoogleWorkspaceSession.GoogleWorkspaceSession
Methods
public abstract Task<GoogleWorkspaceAccessToken> AcquireAccessTokenAsync(IEnumerable<String> scopes, CancellationToken cancellationToken = null) #Returns:
Task<GoogleWorkspaceAccessToken>Parameters
- scopes IEnumerable<String>
- cancellationToken CancellationToken = null