AuthProvider interface

Interface that represents an auth provider, used to facilitate creating AuthCredential.

Signature:

exportinterfaceAuthProvider

Properties

PropertyTypeDescription
providerIdstringProvider for which credentials can be constructed.

AuthProvider.providerId

Provider for which credentials can be constructed.

Signature:

readonlyproviderId:string;