public static class KeycloakInstalled.Pkce extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PKCE_CODE_VERIFIER_MAX_LENGTH |
| Constructor and Description |
|---|
Pkce(String codeVerifier,
String codeChallenge) |
| Modifier and Type | Method and Description |
|---|---|
static KeycloakInstalled.Pkce |
generatePkce() |
String |
getCodeChallenge() |
String |
getCodeVerifier() |
public static final int PKCE_CODE_VERIFIER_MAX_LENGTH
public String getCodeChallenge()
public String getCodeVerifier()
public static KeycloakInstalled.Pkce generatePkce()
Copyright © 2020 JBoss by Red Hat. All rights reserved.