ENUM

LockMethod

Description

Locking mechanisms for a user account.

link GraphQL Schema definition

  • enum LockMethod {
  • # Account locked by the administrator.
  • ADMINISTRATIVE_LOCK
  • # Account locked due to too many failed login attempts (Brute-force attack).
  • BRUTE_FORCE
  • # Account locked due to a leaked password.
  • LEAKED_PASSWORD
  • # Unspecified.
  • LOCK_METHOD_UNSPECIFIED
  • }