public class OAuthTokenRequest extends Object
| Constructor and Description |
|---|
OAuthTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientKey() |
char[] |
getClientSecret() |
String |
getGrantType() |
char[] |
getPassword() |
String[] |
getScopes() |
String |
getUsername() |
void |
setClientKey(String clientKey) |
void |
setClientSecret(char[] clientSecret) |
void |
setGrantType(String grantType) |
void |
setPassword(char[] password) |
void |
setScopes(String[] scopes) |
void |
setUsername(String username) |
public char[] getClientSecret()
public void setClientSecret(char[] clientSecret)
public String getClientKey()
public void setClientKey(String clientKey)
public String[] getScopes()
public void setScopes(String[] scopes)
public char[] getPassword()
public void setPassword(char[] password)
public String getUsername()
public void setUsername(String username)
public String getGrantType()
public void setGrantType(String grantType)
Copyright © 2019 WSO2. All rights reserved.