Instance Method
verify(_:as:)
@discardableResult func verify<Payload>(_ message: String, as _: Payload.Type = Payload.self) async throws -> Payload where Payload : JWTPayload
Instance Method
@discardableResult func verify<Payload>(_ message: String, as _: Payload.Type = Payload.self) async throws -> Payload where Payload : JWTPayload