public interface OAuthService
| Modifier and Type | Method and Description |
|---|---|
String |
generateAccessToken(String username,
char[] password)
Generate access token
|
void |
generateClientIdAndSecret(char[] password)
Generate OAuth application via DCR
|
String generateAccessToken(String username, char[] password)
username - username of the userpassword - password of the uservoid generateClientIdAndSecret(char[] password)
password - password of the userCopyright © 2018 WSO2. All rights reserved.