Skip to content

AuthenticationCapability

type AuthenticationCapability =
| "anonymous"
| "password"
| "private-key"
| "token"
| "oauth"
| "service-account"
| string & {
};

Defined in: src/core/CapabilitySet.ts:9

Authentication mechanisms a provider can advertise.