OBJECT

GetPasskeyInfoReply

Description

Represents the reply returned for passkeyInfo.

link GraphQL Schema definition

  • type GetPasskeyInfoReply {
  • # Passkey config for current account.
  • passkeyConfig: PasskeyConfig
  • # All passkeys for the current user.
  • passkeys: [Passkey!]!
  • }

link Require by