Instance Method
verify(_:as:)
func verify<Message, Payload>(_ token: Message, as payload: Payload.Type = Payload.self) throws -> Payload where Message : DataProtocol, Payload : JWTPayload
Instance Method
func verify<Message, Payload>(_ token: Message, as payload: Payload.Type = Payload.self) throws -> Payload where Message : DataProtocol, Payload : JWTPayload