Preparing search index...
The search index is not available
@auth0/auth0-spa-js
@auth0/auth0-spa-js
PasswordAuthenticationMethod
Interface PasswordAuthenticationMethod
interface
PasswordAuthenticationMethod
{
created_at
:
string
;
id
:
string
;
identity_user_id
:
string
;
last_password_reset
?:
string
;
type
:
"password"
;
usage
:
(
"primary"
|
"secondary"
)
[]
;
}
Hierarchy
AuthenticationMethodBase
PasswordAuthenticationMethod
Index
Properties
created_
at
id
identity_
user_
id
last_
password_
reset?
type
usage
Properties
created_
at
created_
at
:
string
id
id
:
string
identity_
user_
id
identity_
user_
id
:
string
Optional
last_
password_
reset
last_
password_
reset
?:
string
type
type
:
"password"
usage
usage
:
(
"primary"
|
"secondary"
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
created_
at
id
identity_
user_
id
last_
password_
reset
type
usage
@auth0/auth0-spa-js
Loading...