Uses of Class
com.sap.cloud.security.xsuaa.tokenflows.TokenFlowException
-
Packages that use TokenFlowException Package Description com.sap.cloud.security.xsuaa.tokenflows -
-
Uses of TokenFlowException in com.sap.cloud.security.xsuaa.tokenflows
Methods in com.sap.cloud.security.xsuaa.tokenflows that throw TokenFlowException Modifier and Type Method Description OAuth2TokenResponseClientCredentialsTokenFlow. execute()Executes the token flow and returns a JWT token from XSUAA.OAuth2TokenResponsePasswordTokenFlow. execute()Executes this flow against the XSUAA endpoint.OAuth2TokenResponseRefreshTokenFlow. execute()Executes the refresh token flow against XSUAA.OAuth2TokenResponseUserTokenFlow. execute()Executes this flow against the XSUAA endpoint.
-