Interface AuthProviderConfig
Methods
setupProvider
- setupProvider(provider): void
-
Returns void
validate
- validate(): void
-
Returns void
Properties
clientId
clientId: string
clientSecret
clientSecret: string
displayName
displayName: string
Optional
pkce
pkce?: boolean
tokenUrl
tokenUrl: string
userApiUrl
userApiUrl: string
SetupProvider loads the current AuthProviderConfig into the specified provider.