Uses of Class
org.keycloak.protocol.oidc.utils.OAuth2Code
-
Packages that use OAuth2Code Package Description org.keycloak.protocol.oidc.utils -
-
Uses of OAuth2Code in org.keycloak.protocol.oidc.utils
Methods in org.keycloak.protocol.oidc.utils that return OAuth2Code Modifier and Type Method Description static OAuth2CodeOAuth2Code. deserializeCode(Map<String,String> data)OAuth2CodeOAuth2CodeParser.ParseResult. getCodeData()Methods in org.keycloak.protocol.oidc.utils with parameters of type OAuth2Code Modifier and Type Method Description static StringOAuth2CodeParser. persistCode(org.keycloak.models.KeycloakSession session, org.keycloak.models.AuthenticatedClientSessionModel clientSession, OAuth2Code codeData)Will persist the code to the cache and return the object with the codeData and code correctly set
-