AuthProvider
interface
Interface that represents an auth provider. Implemented by other providers.
Properties
credential
</>Creates a new AuthCredential
.
credential: (token: string | null, secret: undefined | string) => AuthCredential;
Interface that represents an auth provider. Implemented by other providers.
Creates a new AuthCredential
.
credential: (token: string | null, secret: undefined | string) => AuthCredential;