Get Passkey Registration Options
POST/profile/passkey/register/options
Gets the WebAuthn registration options for creating a passkey. This is the first step in registering a passkey:
- Call this endpoint to get registration options
- Use the options with a WebAuthn client to create a credential
- Call the Register Passkey endpoint with the credential
Responses
- 200
- 401
- 403
- 500
Success. Returns WebAuthn PublicKeyCredentialCreationOptions.
Unauthorized
Forbidden
Server error.