API Reference
Class
GoogleInstalledApplicationAuthorizationOptions
Settings for interactive authorization of a desktop or other installed application.
Inheritance
- Object
- GoogleInstalledApplicationAuthorizationOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public GoogleInstalledApplicationAuthorizationOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public GoogleWorkspaceCredentialBindingResolver CredentialBindingResolver { get; set; } #Required by CancellationToken); resolves the authorized token's provider-issued identity and grants. Read-only callers can use CancellationToken) without a resolver.
public ClientSecrets ClientSecrets { get; set; } #public IReadOnlyList<String> Scopes { get; set; } #public String UserId { get; set; } #public String Account { get; set; } #public IGoogleWorkspaceTokenStore TokenStore { get; set; } #public ICodeReceiver CodeReceiver { get; set; } #