We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bffefd commit ac2769eCopy full SHA for ac2769e
1 file changed
src/types/common.ts
@@ -104,7 +104,7 @@ export type User = {
104
export interface Auth0Options {
105
/** Your Auth0 application's domain. e.g., 'your-tenant.us.auth0.com' */
106
domain: string;
107
- LocalAuthenticationOptions?: LocalAuthenticationOptions;
+ localAuthenticationOptions?: LocalAuthenticationOptions;
108
/** Your Auth0 application's client ID. */
109
clientId: string;
110
timeout?: number;
0 commit comments