Package | Description |
---|---|
org.keycloak.protocol.oidc.utils |
Modifier and Type | Method and Description |
---|---|
static OAuth2Code |
OAuth2Code.deserializeCode(Map<String,String> data) |
OAuth2Code |
OAuth2CodeParser.ParseResult.getCodeData() |
Modifier and Type | Method and Description |
---|---|
static String |
OAuth2CodeParser.persistCode(KeycloakSession session,
AuthenticatedClientSessionModel clientSession,
OAuth2Code codeData)
Will persist the code to the cache and return the object with the codeData and code correctly set
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.