Interface: CommonProviderOptions
providers.CommonProviderOptions
Shared across all ProviderType
Hierarchy​
CommonProviderOptions
↳
EmailConfig
↳
OAuth2Config
Properties​
id​
• id: string
Uniquely identifies the provider in AuthConfig.providers It's also part of the URL
name​
• name: string
The provider name used on the default sign-in page's sign-in button. For example if it's "Google", the corresponding button will say: "Sign in with Google"
type​
• type: ProviderType
See ProviderType