Interface JwtAuthorizer.Factory
-
- Enclosing class:
- JwtAuthorizer
public static interface JwtAuthorizer.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JwtAuthorizer
create(JwtVerifier.Algorithm algorithm, java.lang.String publicKeysUrl)
-
-
-
Method Detail
-
create
JwtAuthorizer create(JwtVerifier.Algorithm algorithm, java.lang.String publicKeysUrl)
-
-