| Modifier and Type | Method and Description |
|---|---|
XSTokenRequest |
XSTokenRequest.setAdditionalAuthorizationAttributes(Map<String,String> additionalAuthorizationAttributes)
Sets the requested additional authorization attributes list for this token
request.
|
XSTokenRequest |
XSTokenRequest.setClientId(String clientId)
Sets the client ID to be used for authentication during the token request
|
XSTokenRequest |
XSTokenRequest.setClientSecret(String clientSecret)
Sets the client secret to be used for authentication during the token request
|
XSTokenRequest |
XSTokenRequest.setTokenEndpoint(URI tokenEndpoint)
Set the token endpoint URI
|
XSTokenRequest |
XSTokenRequest.setType(int type)
Set the requested token type
|
| Modifier and Type | Method and Description |
|---|---|
String |
XSUserInfo.requestToken(XSTokenRequest tokenRequest)
Exchange a token into a token from another service instance
|
Copyright © 2019. All rights reserved.