Auth0 Universal Components
GitHub
Auth0
Preparing search index...
public-api
UserPasskeyMgmtProps
Interface UserPasskeyMgmtProps
interface
UserPasskeyMgmtProps
{
addAction
?:
ComponentAction
<
void
,
void
>
;
customMessages
?:
Partial
<
PasskeyMessages
>
;
hideHeader
?:
boolean
;
isLoading
?:
boolean
;
onErrorAction
?:
(
error
:
Error
,
action
:
"add"
|
"revoke"
)
=>
void
;
onFetch
?:
()
=>
void
;
readOnly
?:
boolean
;
revokeAction
?:
ComponentAction
<
Passkey
,
void
>
;
schema
?:
object
;
styling
?:
ComponentStyling
<
UserPasskeyMgmtClasses
>
;
}
Hierarchy
BlockComponentSharedProps
<
PasskeyMessages
,
UserPasskeyMgmtClasses
>
UserPasskeyMgmtProps
Index
Properties
add
Action?
custom
Messages?
hide
Header?
is
Loading?
on
Error
Action?
on
Fetch?
read
Only?
revoke
Action?
schema?
styling?
Properties
Optional
add
Action
addAction
?:
ComponentAction
<
void
,
void
>
Optional
custom
Messages
customMessages
?:
Partial
<
PasskeyMessages
>
Optional
hide
Header
hideHeader
?:
boolean
Optional
is
Loading
isLoading
?:
boolean
Optional
on
Error
Action
onErrorAction
?:
(
error
:
Error
,
action
:
"add"
|
"revoke"
)
=>
void
Optional
on
Fetch
onFetch
?:
()
=>
void
Optional
read
Only
readOnly
?:
boolean
Optional
revoke
Action
revokeAction
?:
ComponentAction
<
Passkey
,
void
>
Optional
schema
schema
?:
object
Optional
styling
styling
?:
ComponentStyling
<
UserPasskeyMgmtClasses
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Action
custom
Messages
hide
Header
is
Loading
on
Error
Action
on
Fetch
read
Only
revoke
Action
schema
styling
GitHub
Auth0
Auth0 Universal Components
Loading...