public class TokenQuery extends Object
OAuthApi.getAccessToken(Map).| Constructor and Description |
|---|
TokenQuery(String clientId,
String clientSecret,
GrantType grantType,
String refreshToken) |
TokenQuery(String clientId,
String clientSecret,
URI redirectUri,
GrantType grantType,
String scope,
String code) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getCode() |
GrantType |
getGrantType() |
URI |
getRedirectUri() |
String |
getRefreshToken() |
String |
getScope() |
public TokenQuery(String clientId, String clientSecret, URI redirectUri, GrantType grantType, String scope, String code)
public String getClientId()
public String getClientSecret()
public URI getRedirectUri()
public GrantType getGrantType()
public String getScope()
public String getCode()
public String getRefreshToken()
Copyright © 2022. All rights reserved.