Skip to main content

findPasskeys

Returns passkeys across the instance (registered and deactivated), ordered by most recent activity (deactivation if deactivated, otherwise registration). For use by administrators on the Passkeys activity page.

findPasskeys(
limit: PositiveInt = 100
offset: NonNegativeInt
): [Passkey!]!

Arguments

findPasskeys.limit ● PositiveInt scalar

findPasskeys.offset ● NonNegativeInt scalar

Type

Passkey object

A registered passkey (FIDO2/WebAuthn) authentication method.