@auth0/auth0-acul-react - v1.0.0
Preparing search index...
Types
PasskeyCreate
Interface PasskeyCreate
interface
PasskeyCreate
{
public_key
:
{
user
:
{
id
:
string
;
name
:
string
;
displayName
:
string
}
;
rp
:
{
id
:
string
;
name
:
string
}
;
challenge
:
string
;
pubKeyCredParams
:
[
{
type
:
string
;
alg
:
number
}
]
;
authenticatorSelection
:
{
residentKey
:
string
;
userVerification
:
string
;
authenticatorAttachment
?:
string
;
}
;
}
;
}
Index
Properties
public_
key
Properties
public_
key
public_key
:
{
user
:
{
id
:
string
;
name
:
string
;
displayName
:
string
}
;
rp
:
{
id
:
string
;
name
:
string
}
;
challenge
:
string
;
pubKeyCredParams
:
[
{
type
:
string
;
alg
:
number
}
]
;
authenticatorSelection
:
{
residentKey
:
string
;
userVerification
:
string
;
authenticatorAttachment
?:
string
;
}
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
public_
key
@auth0/auth0-acul-react - v1.0.0
Loading...