CompletePasskeyRegistrationInput
No description
input CompletePasskeyRegistrationInput {
credential: JSON!
handle: String!
name: String!
}
Fields
CompletePasskeyRegistrationInput.credential ● JSON! non-null scalar
The credential returned by navigator.credentials.create().
CompletePasskeyRegistrationInput.handle ● String! non-null scalar
CompletePasskeyRegistrationInput.name ● String! non-null scalar
A label to help the user recognise this passkey later.
Member Of
completePasskeyRegistration mutation


