Uses of Class
io.jans.ca.plugin.adminui.model.auth.TokenResponse
-
Packages that use TokenResponse Package Description io.jans.ca.plugin.adminui.service.auth -
-
Uses of TokenResponse in io.jans.ca.plugin.adminui.service.auth
Methods in io.jans.ca.plugin.adminui.service.auth that return TokenResponse Modifier and Type Method Description TokenResponse
OAuth2Service. getAccessToken(String code, String appType)
Calls token endpoint from the Identity Provider and returns a valid Access Token.TokenResponse
OAuth2Service. getApiProtectionToken(String userInfoJwt, String appType)
Calls token endpoint from the Identity Provider and returns a valid Access Token.
-