Class AuthorizationType

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

@Immutable public final class AuthorizationType extends IdentifierWithOptionalURIRepresentation
OAuth 2.0 Rich Authorisation Request (RAR) detail type.

Related specifications:

  • OAuth 2.0 Rich Authorization Requests (RFC 9396)
See Also:
  • Constructor Details

    • AuthorizationType

      public AuthorizationType(String value)
      Creates a new authorisation type.
      Parameters:
      value - The type value. Must not be null.
    • AuthorizationType

      public AuthorizationType(URI uri)
      Creates a new authorisation type.
      Parameters:
      uri - The type value as URI. Must not be null.
  • Method Details