createAuth0AuthProvider
Summary
Creates an Auth0 provider backed by the shared OIDC runtime.
Signature
function createAuth0AuthProvider(
options: Auth0AuthProviderOptions,
): OAuthProvider<Auth0AuthProfile, 'auth0', OAuthStandardTokens>
Parameters
options
Auth0 domain and client settings for your application.
Returns
An OAuth provider that can be passed to startExternalAuth() and finishExternalAuth().