Appearance
Documentation / react-auth / UseLinkWithPasskey
Type alias: UseLinkWithPasskey ​
UseLinkWithPasskey:
Object
Type declaration ​
linkWithPasskey ​
linkWithPasskey: () =>
Promise
<void
>
Links passkey to the user without using any Privy UIs.
Returns ​
Promise
<void
>
a Promise that resolves if the passkey is valid, or rejects if there was an error.
state ​
state:
PasskeyFlowState
State of the passkey flow.