@auth0/auth0-angular
Preparing search index...
PasskeyCreationOptions
Interface PasskeyCreationOptions
Public key credential creation options returned by signup challenges.
interface
PasskeyCreationOptions
{
authenticatorSelection
?:
{
residentKey
?:
string
;
userVerification
?:
string
;
}
;
challenge
:
string
;
pubKeyCredParams
:
{
alg
:
number
;
type
:
string
}
[]
;
rp
:
{
id
:
string
;
name
:
string
}
;
timeout
?:
number
;
user
:
{
displayName
:
string
;
id
:
string
;
name
:
string
}
;
}
Index
Properties
authenticator
Selection?
challenge
pub
Key
Cred
Params
rp
timeout?
user
Properties
Optional
authenticator
Selection
authenticatorSelection
?:
{
residentKey
?:
string
;
userVerification
?:
string
}
challenge
challenge
:
string
pub
Key
Cred
Params
pubKeyCredParams
:
{
alg
:
number
;
type
:
string
}
[]
rp
rp
:
{
id
:
string
;
name
:
string
}
Optional
timeout
timeout
?:
number
user
user
:
{
displayName
:
string
;
id
:
string
;
name
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authenticator
Selection
challenge
pub
Key
Cred
Params
rp
timeout
user
@auth0/auth0-angular
Loading...
Public key credential creation options returned by signup challenges.