Class OpenIDAuthenticators.AuthorizationDeviceCodeBundle

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

public static class OpenIDAuthenticators.AuthorizationDeviceCodeBundle extends Object implements Token
AuthorizationDeviceCodeBundle: 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 Device Grant polling.
  • Constructor Details

    • AuthorizationDeviceCodeBundle

      public AuthorizationDeviceCodeBundle(String deviceCode, Integer intervalSeconds, Integer expiresInSeconds)
  • Method Details