Skip to main content

BeginPasskeyRegistrationResponse

The response from beginning a passkey registration, containing the WebAuthn options to pass to the browser.

type BeginPasskeyRegistrationResponse {
options: JSONObject!
}

Fields

BeginPasskeyRegistrationResponse.options ● JSONObject! non-null scalar

The JSON-serialised WebAuthn PublicKeyCredentialCreationOptions to pass to navigator.credentials.create().

Returned By

beginPasskeyRegistration mutation