API Reference
Class
GoogleWorkspaceCredentialBinding
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.
Returned or exposed by
Accepted by parameters
Constructors
public GoogleWorkspaceCredentialBinding(String account, IReadOnlyList<String> scopes) #Parameters
- account String
- scopes IReadOnlyList<String>
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object