Class OpenIDAuthenticators.AuthorizationCodeBundle

java.lang.Object
com.ocient.auth.OpenIDAuthenticators.AuthorizationCodeBundle
All Implemented Interfaces:
Token
Enclosing class:
OpenIDAuthenticators

public static class OpenIDAuthenticators.AuthorizationCodeBundle extends Object implements Token
AuthorizationCodeBundle: This class implements Token just to reuse the existing handshake plumbing. It is NOT a token. Instead, it holds a json base64 encoded "payload" for server side Authorization Code + PKCE exchange
  • Constructor Details

    • AuthorizationCodeBundle

      public AuthorizationCodeBundle(String code, String codeVerifier, String redirectUri)
  • Method Details