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