| Package | Description |
|---|---|
| com.sap.cloud.security.xsuaa.tokenflows |
| Modifier and Type | Method and Description |
|---|---|
UserTokenFlow |
UserTokenFlow.attributes(Map<String,String> additionalAuthorizationAttributes)
Deprecated.
Adds additional authorization attributes to the request.
|
UserTokenFlow |
UserTokenFlow.disableCache(boolean disableCache)
Deprecated.
Can be used to disable the cache for the flow.
|
UserTokenFlow |
UserTokenFlow.scopes(String... scopes)
Deprecated.
Sets the scope attribute for the token request.
|
UserTokenFlow |
UserTokenFlow.subdomain(String subdomain)
Deprecated.
Sets the subdomain (tenant) the token is requested for.
|
UserTokenFlow |
UserTokenFlow.token(String encodedToken)
Deprecated.
Sets the JWT token that should be exchanged for another JWT token.
|
UserTokenFlow |
UserTokenFlow.token(Token token)
Deprecated.
Sets the JWT token that should be exchanged for another JWT token.
|
UserTokenFlow |
XsuaaTokenFlows.userTokenFlow()
Deprecated.
Please use
XsuaaTokenFlows.jwtBearerTokenFlow() instead |
Copyright © 2023. All rights reserved.