Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UseUserPasskeyOptions
Interface UseUserPasskeyOptions
interface
UseUserPasskeyOptions
{
addAction
?:
ComponentAction
<
void
,
void
>
;
customMessages
?:
Partial
<
PasskeyMessages
>
;
onErrorAction
?:
(
error
:
Error
,
action
:
"add"
|
"revoke"
)
=>
void
;
onFetch
?:
()
=>
void
;
revokeAction
?:
ComponentAction
<
Passkey
,
void
>
;
}
Index
Properties
add
Action?
custom
Messages?
on
Error
Action?
on
Fetch?
revoke
Action?
Properties
Optional
add
Action
addAction
?:
ComponentAction
<
void
,
void
>
Optional
custom
Messages
customMessages
?:
Partial
<
PasskeyMessages
>
Optional
on
Error
Action
onErrorAction
?:
(
error
:
Error
,
action
:
"add"
|
"revoke"
)
=>
void
Optional
on
Fetch
onFetch
?:
()
=>
void
Optional
revoke
Action
revokeAction
?:
ComponentAction
<
Passkey
,
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Action
custom
Messages
on
Error
Action
on
Fetch
revoke
Action
GitHub
Auth0
Auth0 Universal Components
Loading...