INPUT_OBJECT
PasskeyConfigInput
Description
Passkey configuration.
link GraphQL Schema definition
- input PasskeyConfigInput {
- # Required. Maximum number of passkeys allowed.
- Int! :
- # Required. Are passkeys allowed?
- Boolean! :
- # Optional. Specifies whether passwordless login is allowed.
- Boolean :
- # Required. Are platform passkeys allowed?
- Boolean! :
- # Required. Are roaming passkeys allowed?
- Boolean! :
- }