Instance Method
verify(as:)
@discardableResult func verify<Payload>(as _: Payload.Type = Payload.self) async throws -> Payload where Payload : JWTPayload
You're viewing documentation for a pre-release version. View the latest stable version
Instance Method
@discardableResult func verify<Payload>(as _: Payload.Type = Payload.self) async throws -> Payload where Payload : JWTPayload