mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[auth0-js] add documentation for username signup option (#37363)
Update to #37259 and @auth0/auth0.js#1006
This commit is contained in:
parent
90a9b0648c
commit
af0e490b31
1
types/auth0-js/index.d.ts
vendored
1
types/auth0-js/index.d.ts
vendored
@ -738,6 +738,7 @@ export interface DbSignUpOptions {
|
||||
email: string;
|
||||
password: string;
|
||||
connection: string;
|
||||
/** User desired username. Required if you use a database connection and you have enabled `Requires Username` */
|
||||
username?: string;
|
||||
scope?: string;
|
||||
user_metadata?: any;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user