Class CredentialOfferInfoRequest

    • Constructor Detail

      • CredentialOfferInfoRequest

        public CredentialOfferInfoRequest()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Get the identifier of the credential offer.

        The identifier is one assigned by Authlete's /vci/offer/create API. The value is a base64url string with 256-bit entropy consisting of 43 characters.

        This property is mandatory.

        Returns:
        The identifier of the credential offer.
      • setIdentifier

        public CredentialOfferInfoRequest setIdentifier​(String identifier)
        Set the identifier of the credential offer.

        The identifier is one assigned by Authlete's /vci/offer/create API. The value is a base64url string with 256-bit entropy consisting of 43 characters.

        This property is mandatory.

        Parameters:
        identifier - The identifier of the credential offer.
        Returns:
        this object.