Package | Description |
---|---|
org.keycloak.protocol.oidc |
Modifier and Type | Method and Description |
---|---|
static LogoutTokenValidationCode |
LogoutTokenValidationCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogoutTokenValidationCode[] |
LogoutTokenValidationCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
LogoutTokenValidationCode |
TokenManager.verifyLogoutToken(KeycloakSession session,
RealmModel realm,
String encodedLogoutToken) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.