Class TypelessAccessToken

All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public class TypelessAccessToken extends AccessToken
Typeless access token, cannot be serialised. Intended to represent parsed access tokens which type cannot be inferred.

Related specifications:

  • OAuth 2.0 (RFC 6749), sections 1.4 and 5.1.
See Also: