CredentialOfferInfo |
AuthorizationResponse.getCredentialOfferInfo() |
Get the information about the credential offer identified by the
"issuer_state " request parameter.
|
CredentialOfferInfo |
CredentialOfferCreateResponse.getInfo() |
Get information about the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfoResponse.getInfo() |
Get information about the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfo.setAcr(String acr) |
Set the Authentication Context Class Reference of the user authentication
performed during the course of issuing the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfo.setAuthorizationCodeGrantIncluded(boolean included) |
Set the flag indicating whether the authorization_code object is
included in the grants object.
|
CredentialOfferInfo |
CredentialOfferInfo.setAuthTime(long authTime) |
Set the time when the user authentication was performed during the course
of issuing the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfo.setContext(String context) |
Set the general-purpose arbitrary string.
|
CredentialOfferInfo |
CredentialOfferInfo.setCredentialConfigurationIds(String[] ids) |
Set the value of the credential_configuration_ids property of
the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfo.setCredentialIssuer(URI issuer) |
Set the identifier of the credential issuer.
|
CredentialOfferInfo |
CredentialOfferInfo.setCredentialOffer(String offer) |
Set the credential offer in the JSON format.
|
CredentialOfferInfo |
CredentialOfferInfo.setExpiresAt(long expiresAt) |
Set the time at which the credential offer will expire.
|
CredentialOfferInfo |
CredentialOfferInfo.setIdentifier(String identifier) |
Set the identifier of the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfo.setIssuerState(String state) |
Set the value of the issuer_state property in the
authorization_code object in the grants object.
|
CredentialOfferInfo |
CredentialOfferInfo.setIssuerStateIncluded(boolean included) |
Set the flag indicating whether the issuer_state property is
included in the authorization_code object in the grants
object.
|
CredentialOfferInfo |
CredentialOfferInfo.setJwtAtClaims(String claims) |
Set the additional claims in JSON object format that are added to the
payload part of the JWT access token.
|
CredentialOfferInfo |
CredentialOfferInfo.setPreAuthorizedCode(String code) |
Set the value of the pre-authorized_code property in the
urn:ietf:params:oauth:grant-type:pre-authorized_code object in
the grants object.
|
CredentialOfferInfo |
CredentialOfferInfo.setPreAuthorizedCodeGrantIncluded(boolean included) |
Set the flag indicating whether the
urn:ietf:params:oauth:grant-type:pre-authorized_code object is
included in the grants object.
|
CredentialOfferInfo |
CredentialOfferInfo.setProperties(Property[] properties) |
Set the extra properties associated with the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfo.setSubject(String subject) |
Set the subject associated with the credential offer.
|
CredentialOfferInfo |
CredentialOfferInfo.setTxCode(String txCode) |
Set the transaction code.
|
CredentialOfferInfo |
CredentialOfferInfo.setTxCodeDescription(String description) |
Set the description of the transaction code.
|
CredentialOfferInfo |
CredentialOfferInfo.setTxCodeInputMode(String inputMode) |
Set the input mode of the transaction code.
|