Uses of Class
io.vertx.mutiny.ext.auth.oauth2.OAuth2Response
-
Packages that use OAuth2Response Package Description io.vertx.mutiny.ext.auth.oauth2 -
-
Uses of OAuth2Response in io.vertx.mutiny.ext.auth.oauth2
Fields in io.vertx.mutiny.ext.auth.oauth2 with type parameters of type OAuth2Response Modifier and Type Field Description static TypeArg<OAuth2Response>OAuth2Response. __TYPE_ARGMethods in io.vertx.mutiny.ext.auth.oauth2 that return OAuth2Response Modifier and Type Method Description OAuth2ResponseAccessToken. fetchAndAwait(io.vertx.core.http.HttpMethod method, String resource, io.vertx.core.json.JsonObject headers, Buffer payload)Blocking variant ofAccessToken.fetch(HttpMethod,String,JsonObject,io.vertx.mutiny.core.buffer.Buffer).OAuth2ResponseAccessToken. fetchAndAwait(String resource)Blocking variant ofAccessToken.fetch(String).static OAuth2ResponseOAuth2Response. newInstance(io.vertx.ext.auth.oauth2.OAuth2Response arg)Methods in io.vertx.mutiny.ext.auth.oauth2 that return types with arguments of type OAuth2Response Modifier and Type Method Description io.smallrye.mutiny.Uni<OAuth2Response>AccessToken. fetch(io.vertx.core.http.HttpMethod method, String resource, io.vertx.core.json.JsonObject headers, Buffer payload)Fetches a JSON resource using this Access Token.io.smallrye.mutiny.Uni<OAuth2Response>AccessToken. fetch(String resource)Fetches a JSON resource using this Access Token.
-