| Package | Description |
|---|---|
| io.vertx.ext.auth.oauth2 | |
| io.vertx.reactivex.ext.auth.oauth2 | |
| io.vertx.rxjava.ext.auth.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
Oauth2Credentials |
Oauth2Credentials.setAccessToken(String accessToken) |
Oauth2Credentials |
Oauth2Credentials.setCode(String code) |
Oauth2Credentials |
Oauth2Credentials.setExtra(JsonObject extra) |
Oauth2Credentials |
Oauth2Credentials.setPassword(String password) |
Oauth2Credentials |
Oauth2Credentials.setRedirectUri(String redirectUri) |
Oauth2Credentials |
Oauth2Credentials.setUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
default Future<User> |
OAuth2Auth.authenticate(Oauth2Credentials credentials)
Authenticate a User using the specified
Oauth2Credentials |
void |
OAuth2Auth.authenticate(Oauth2Credentials credentials,
Handler<AsyncResult<User>> handler)
Authenticate a User using the specified
Oauth2Credentials |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Auth.authenticate(Oauth2Credentials credentials)
Authenticate a User using the specified
Oauth2Credentials |
void |
OAuth2Auth.authenticate(Oauth2Credentials credentials,
Handler<AsyncResult<User>> handler)
Authenticate a User using the specified
Oauth2Credentials |
Single<User> |
OAuth2Auth.rxAuthenticate(Oauth2Credentials credentials)
Authenticate a User using the specified
Oauth2Credentials |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Auth.authenticate(Oauth2Credentials credentials)
Authenticate a User using the specified
Oauth2Credentials |
void |
OAuth2Auth.authenticate(Oauth2Credentials credentials,
Handler<AsyncResult<User>> handler)
Authenticate a User using the specified
Oauth2Credentials |
Single<User> |
OAuth2Auth.rxAuthenticate(Oauth2Credentials credentials)
Authenticate a User using the specified
Oauth2Credentials |
Copyright © 2020 Eclipse. All rights reserved.