Preparing search index...
The search index is not available
@auth0/auth0-spa-js
@auth0/auth0-spa-js
WebAuthnRoamingAuthenticationMethod
Interface WebAuthnRoamingAuthenticationMethod
interface
WebAuthnRoamingAuthenticationMethod
{
confirmed
:
boolean
;
created_at
:
string
;
id
:
string
;
key_id
?:
string
;
last_auth_at
?:
string
;
name
?:
string
;
public_key
?:
string
;
type
:
"webauthn-roaming"
;
usage
:
(
"primary"
|
"secondary"
)
[]
;
}
Hierarchy
WebAuthnAuthenticationMethodBase
WebAuthnRoamingAuthenticationMethod
Index
Properties
confirmed
created_
at
id
key_
id?
last_
auth_
at?
name?
public_
key?
type
usage
Properties
confirmed
confirmed
:
boolean
created_
at
created_
at
:
string
id
id
:
string
Optional
key_
id
key_
id
?:
string
Optional
last_
auth_
at
last_
auth_
at
?:
string
Optional
name
name
?:
string
Optional
public_
key
public_
key
?:
string
type
type
:
"webauthn-roaming"
usage
usage
:
(
"primary"
|
"secondary"
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
confirmed
created_
at
id
key_
id
last_
auth_
at
name
public_
key
type
usage
@auth0/auth0-spa-js
Loading...