We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9454d commit 2b12a5fCopy full SHA for 2b12a5f
src/types/common.ts
@@ -93,7 +93,7 @@ export type User = {
93
export interface Auth0Options {
94
/** Your Auth0 application's domain. e.g., 'your-tenant.us.auth0.com' */
95
domain: string;
96
- LocalAuthenticationOptions?: LocalAuthenticationOptions;
+ localAuthenticationOptions?: LocalAuthenticationOptions;
97
/** Your Auth0 application's client ID. */
98
clientId: string;
99
timeout?: number;
0 commit comments