AuthProviderContext
interfaceWhat a provider's three callbacks are handed to do their work.
Import
import { AuthProviderContext } from '@modular/sdk';Members4
- configuration
AuthConfigurationUser-configured, non-secret settings such as a server or tenant.
- prompt
AuthPromptAsk the user for a token or a code.
- secrets
SecretStorageWhere tokens go.
- openExternal
(url: string) => Promise<boolean>Open a URL in the user's browser, for an OAuth round trip.
Notes
- category
- Authoring