beginPasskeyRegistration
Begins passkey registration for the authenticated user. Returns WebAuthn creation options to pass to the browser's navigator.credentials.create() API.
beginPasskeyRegistration(
displayName: String!
): BeginPasskeyRegistrationResponse!
Arguments
beginPasskeyRegistration.displayName ● String! non-null scalar
Type
BeginPasskeyRegistrationResponse object
The response from beginning a passkey registration, containing the WebAuthn options to pass to the browser.