Preparing search index...
The search index is not available
@auth0/auth0-spa-js
@auth0/auth0-spa-js
PhoneAuthenticationMethod
Interface PhoneAuthenticationMethod
interface
PhoneAuthenticationMethod
{
confirmed
:
boolean
;
created_at
:
string
;
id
:
string
;
last_auth_at
?:
string
;
name
?:
string
;
phone_number
:
string
;
preferred_authentication_method
:
"sms"
|
"voice"
;
type
:
"phone"
;
usage
:
(
"primary"
|
"secondary"
)
[]
;
}
Hierarchy
AuthenticationMethodWithMetadata
PhoneAuthenticationMethod
Index
Properties
confirmed
created_
at
id
last_
auth_
at?
name?
phone_
number
preferred_
authentication_
method
type
usage
Properties
confirmed
confirmed
:
boolean
created_
at
created_
at
:
string
id
id
:
string
Optional
last_
auth_
at
last_
auth_
at
?:
string
Optional
name
name
?:
string
phone_
number
phone_
number
:
string
preferred_
authentication_
method
preferred_
authentication_
method
:
"sms"
|
"voice"
type
type
:
"phone"
usage
usage
:
(
"primary"
|
"secondary"
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
confirmed
created_
at
id
last_
auth_
at
name
phone_
number
preferred_
authentication_
method
type
usage
@auth0/auth0-spa-js
Loading...