Uses of Class
io.vertx.ext.auth.authentication.TokenCredentials
- 
Packages that use TokenCredentials Package Description io.vertx.ext.auth.authentication 
- 
- 
Uses of TokenCredentials in io.vertx.ext.auth.authenticationMethods in io.vertx.ext.auth.authentication that return TokenCredentials Modifier and Type Method Description TokenCredentialsTokenCredentials. addScope(String scope)TokenCredentialsTokenCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)TokenCredentialsTokenCredentials. setScopes(List<String> scopes)TokenCredentialsTokenCredentials. setToken(String token)
 
-