Skip to main content

passphraseSessionStatus

Returns the current passphrase session status for the calling user in the specified org. Used by the dashboard to show a lock indicator and decide whether to prompt for unlock. Does not extend the TTL.

passphraseSessionStatus(
orgID: String!
): PassphraseSessionStatus!

Arguments

passphraseSessionStatus.orgID ● String! non-null scalar

Keycloak organization alias.

Type

PassphraseSessionStatus object

PassphraseSessionStatus reports whether the caller has a cached Argon2id-derived KEK for an organization, when it expires, and the org's current strictness mode (which dictates the TTL).