Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

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) #

Creates verified credential evidence for an account and its granted scopes.

Parameters

account System.String requiredposition: 0
Provider-verified account identity.
scopes System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1
Provider-verified granted OAuth scopes.

Properties

public String Account { get; } #

Gets the normalized provider-verified account identity.

public IReadOnlyList<String> Scopes { get; } #

Gets the nonempty, distinct granted scopes in ordinal order.