API Reference

Class

GoogleWorkspaceCredentialBinding

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Modifiers sealed

Account and grant evidence obtained from a trusted credential or token-verification source.

Inheritance

  • Object
  • GoogleWorkspaceCredentialBinding

Remarks

Construct this only from provider-issued evidence. Caller-entered account names and requested scopes are policy inputs, not credential evidence.

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 GoogleWorkspaceCredentialBinding(String account, IReadOnlyList<String> scopes) #

Parameters

account String requiredposition: 0
scopes IReadOnlyList<String> requiredposition: 1

Properties

public IReadOnlyList<String> Scopes { get; } #