Package | Description |
---|---|
org.keycloak.adapters | |
org.keycloak.representations.idm.authorization |
Modifier and Type | Method and Description |
---|---|
static AccessTokenResponse |
ServerRequest.invokeAccessCodeToToken(KeycloakDeployment deployment,
String code,
String redirectUri,
String sessionId) |
static AccessTokenResponse |
ServerRequest.invokeAccessCodeToToken(KeycloakDeployment deployment,
String code,
String redirectUri,
String sessionId,
String codeVerifier) |
static AccessTokenResponse |
ServerRequest.invokeRefresh(KeycloakDeployment deployment,
String refreshToken) |
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationResponse |
Constructor and Description |
---|
AuthorizationResponse(AccessTokenResponse response,
boolean upgraded) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.