PasskeyCeremonyOptions
A WebAuthn challenge, and the handle used to redeem it.
type PasskeyCeremonyOptions {
handle: String!
options: JSON!
}
Fields
PasskeyCeremonyOptions.handle ● String! non-null scalar
Single-use handle. Send it back on the matching completion mutation. Expires after two minutes.
PasskeyCeremonyOptions.options ● JSON! non-null scalar
The WebAuthn options to hand to the browser.
Returned By
beginPasskeyLogin mutation ● beginPasskeyRegistration mutation


