PasswordChangeCountClaim - ml-archive/reset GitHub Wiki

PasswordChangeCountClaim

Identifies the number of times a user's password has been changed

public struct PasswordChangeCountClaim: JWTClaim
  • id: pcc

Inheritance

JWTClaim

Initializers

init(value:)

See Claim

public init(value: Int)

Properties

value

The number of times the password has been changed

var value: Int