Interface JWTGenerator<T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface JWTGenerator<T>
Derived from javalin-jwt
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(T obj, com.auth0.jwt.algorithms.Algorithm algorithm)
     
  • Method Details

    • generate

      String generate(T obj, com.auth0.jwt.algorithms.Algorithm algorithm)