Uses of Class
com.okta.idx.sdk.api.response.TokenResponse
-
Packages that use TokenResponse Package Description com.okta.idx.sdk.api.client com.okta.idx.sdk.api.model com.okta.idx.sdk.api.response com.okta.spring.example.helpers This package contains helper classes for controllers. -
-
Uses of TokenResponse in com.okta.idx.sdk.api.client
Methods in com.okta.idx.sdk.api.client that return TokenResponse Modifier and Type Method Description TokenResponse
IDXClient. token(java.lang.String grantType, java.lang.String interactionCode, IDXClientContext idxClientContext)
TokenResponse
IDXClient. token(java.lang.String url, java.lang.String grantType, java.lang.String interactionCode, IDXClientContext idxClientContext)
-
Uses of TokenResponse in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that return TokenResponse Modifier and Type Method Description TokenResponse
SuccessResponse. exchangeCode(IDXClient client, IDXClientContext idxClientContext)
Exchange interaction code for token -
Uses of TokenResponse in com.okta.idx.sdk.api.response
Methods in com.okta.idx.sdk.api.response that return TokenResponse Modifier and Type Method Description TokenResponse
AuthenticationResponse. getTokenResponse()
Methods in com.okta.idx.sdk.api.response with parameters of type TokenResponse Modifier and Type Method Description void
AuthenticationResponse. setTokenResponse(TokenResponse tokenResponse)
-
Uses of TokenResponse in com.okta.spring.example.helpers
Methods in com.okta.spring.example.helpers with parameters of type TokenResponse Modifier and Type Method Description org.springframework.web.servlet.ModelAndView
HomeHelper. proceedToHome(TokenResponse tokenResponse, javax.servlet.http.HttpSession session)
Go to the home page, setting the session, and creating the view.
-