Skip to content

Documentation / react-auth / UseSignupWithPasskey

Type alias: UseSignupWithPasskey

UseSignupWithPasskey: Object

Type declaration

signupWithPasskey

signupWithPasskey: () => Promise<void>

Signs a user up with a passkey 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.