Instance Method
verifyNotExpired(currentDate:)
Throws an error if the claim’s date is later than current date.
func verifyNotExpired(currentDate: Date = .init()) throws
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
func verifyNotExpired(currentDate: Date = .init()) throws