Skip to main content

PassphraseRecoveryCode

No description

type PassphraseRecoveryCode implements Node {
id: ID!
orgID: String!
createdAt: Time!
usedAt: Time
}

Fields

PassphraseRecoveryCode.id ● ID! non-null scalar

PassphraseRecoveryCode.orgID ● String! non-null scalar

Keycloak organization alias the code belongs to. Indexed for the dominant 'list/count active codes for this org' query.

PassphraseRecoveryCode.createdAt ● Time! non-null scalar

PassphraseRecoveryCode.usedAt ● Time scalar

Timestamp the code was redeemed. NULL = unused. Codes are not deleted on use — kept for audit retention.

Interfaces

Node interface

An object with an ID. Follows the Relay Global Object Identification Specification