Class OID4VCAuthorizationDetail

java.lang.Object
org.keycloak.representations.AuthorizationDetailsJSONRepresentation
org.keycloak.protocol.oid4vc.model.OID4VCAuthorizationDetail
All Implemented Interfaces:
Serializable, Cloneable

public class OID4VCAuthorizationDetail extends AuthorizationDetailsJSONRepresentation implements Cloneable
Represents an authorization_details object in the Token Request as per OID4VCI.
Author:
Forkim Akwichek
See Also:
  • Field Details

    • CLAIMS

      public static final String CLAIMS
      See Also:
    • CREDENTIALS_OFFER_ID

      public static final String CREDENTIALS_OFFER_ID
      See Also:
    • ISSUED_CREDENTIAL_ID

      public static final String ISSUED_CREDENTIAL_ID
      Access token (and refresh token) claim with reference to the issued-credential ID. Can be used to link issued-credential with token to be able to check at credential-request (or refresh-token request) if particular issued-credential still exists
      See Also:
  • Constructor Details

    • OID4VCAuthorizationDetail

      public OID4VCAuthorizationDetail()
  • Method Details