XmBindIdTransactionSigningData

class XmBindIdTransactionSigningData

A transaction signing request data object.

Members

public XmBindIdTransactionSigningDisplayData getDisplayData()

Required.

the data that will be displayed to the user in the transaction consent.

public void setDisplayData(XmBindIdTransactionSigningDisplayData displayData)

Required.

the data that will be displayed to the user in the transaction consent.

public Map< String, Object > getAdditionalData()

Optional.

additional data about the transaction, this data will not be displayed to the user, however it will be returned as part of the id token claim.

public void setAdditionalData(@Nullable Map< String, Object > additionalData)

Optional.

additional data about the transaction, this data will not be displayed to the user, however it will be returned as part of the id token claim.

public Boolean getEssential()

(default is true).

Whether this claim is Essential or Voluntary.

public void setEssential(@Nullable Boolean essential)

(default is true).

Whether this claim is Essential or Voluntary.