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)
See Also: