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.authentication
Methods in io.vertx.ext.auth.authentication that return TokenCredentials Modifier and Type Method Description TokenCredentials
TokenCredentials. addScope(String scope)
TokenCredentials
TokenCredentials. applyHttpChallenge(String challenge, HttpMethod method, String uri, Integer nc, String cnonce)
TokenCredentials
TokenCredentials. setScopes(List<String> scopes)
TokenCredentials
TokenCredentials. setToken(String token)
-