Uses of Class
com.okta.idx.sdk.api.response.TokenResponse
Packages that use TokenResponse
Package
Description
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 TokenResponseModifier and TypeMethodDescriptionIDXClient.token
(String grantType, String interactionCode, IDXClientContext idxClientContext) IDXClient.token
(String url, String grantType, String interactionCode, IDXClientContext idxClientContext) -
Uses of TokenResponse in com.okta.idx.sdk.api.model
Methods in com.okta.idx.sdk.api.model that return TokenResponseModifier and TypeMethodDescriptionSuccessResponse.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 TokenResponseMethods in com.okta.idx.sdk.api.response with parameters of type TokenResponseModifier and TypeMethodDescriptionvoid
AuthenticationResponse.setTokenResponse
(TokenResponse tokenResponse) -
Uses of TokenResponse in com.okta.spring.example.helpers
Methods in com.okta.spring.example.helpers with parameters of type TokenResponseModifier and TypeMethodDescriptionorg.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.