createAuth0AuthProvider

View Source

Summary

Creates an Auth0 provider backed by the shared OIDC runtime.

Signature

function createAuth0AuthProvider(
  options: Auth0AuthProviderOptions,
): OAuthProvider<Auth0AuthProfile, "auth0", OAuthStandardTokens>;

Params

options

Auth0 domain and client settings for your application.

Returns

An OAuth provider that can be passed to startExternalAuth() and finishExternalAuth().