public class Oauth2Credentials extends Object implements Credentials
OAuth2Auth
providerConstructor and Description |
---|
Oauth2Credentials() |
Oauth2Credentials(io.vertx.core.json.JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
<V> void |
checkValid(V arg) |
String |
getCode() |
io.vertx.core.json.JsonObject |
getExtra() |
String |
getRedirectUri() |
Oauth2Credentials |
setCode(String code) |
Oauth2Credentials |
setExtra(io.vertx.core.json.JsonObject extra) |
Oauth2Credentials |
setRedirectUri(String redirectUri) |
io.vertx.core.json.JsonObject |
toJson() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
applyHttpChallenge, applyHttpChallenge, applyHttpChallenge, toHttpAuthorization
public Oauth2Credentials()
public Oauth2Credentials(io.vertx.core.json.JsonObject jsonObject)
public String getCode()
public Oauth2Credentials setCode(String code)
public String getRedirectUri()
public Oauth2Credentials setRedirectUri(String redirectUri)
public io.vertx.core.json.JsonObject getExtra()
public Oauth2Credentials setExtra(io.vertx.core.json.JsonObject extra)
public io.vertx.core.json.JsonObject toJson()
toJson
in interface Credentials
public <V> void checkValid(V arg) throws CredentialValidationException
checkValid
in interface Credentials
CredentialValidationException
Copyright © 2021 Eclipse. All rights reserved.