verifyNotExpired(currentDate:)

Throws an error if the claim’s date is later than current date.

ExpirationClaim.swift:24
func verifyNotExpired(currentDate: Date = .init()) throws