Skip to content

Instance Method

verifyNotExpired(currentDate:)

Throws an error if the claim’s date is later than current date.
func verifyNotExpired(currentDate: Date = .init()) throws