public interface PkceOauth2Extension
| Modifier and Type | Interface and Description |
|---|---|
static class |
PkceOauth2Extension.StaticCodeVerifier |
| Modifier and Type | Method and Description |
|---|---|
static String |
base64urlNoPadding(byte[] bytes) |
default String |
codeChallenge() |
default String |
codeVerifier() |
default byte[] |
octetSequence() |
static byte[] |
random(int numBytes) |
static byte[] |
sha256(byte[] bytes) |
Copyright © 2021. All rights reserved.