Type alias: Provider<P>
providers.Provider
Ƭ Provider<P
>: OIDCConfig
<P
> | OAuth2Config
<P
> | EmailConfig
| CredentialsConfig
& { }
Must be a supported authentication provider config:
- OAuthConfig
- EmailConfigInternal
- CredentialsConfigInternal
For more information, see the guides:
See
Type parameters​
Name | Type |
---|---|
P | extends Profile = Profile |