DiscoveredCredentialOffer

@Serializable
data class DiscoveredCredentialOffer

You can display the data from this object to the user to get their consent for credentials retrieval. It is recommended to do this before downloading and saving the credentials using the retrieveCredentials function.

You can also use this object to determine if you need to display a UI for entering a transaction code. See: transactionCode property for details.

Properties

Link copied to clipboard

List of offered credentials.

Link copied to clipboard
val issuer: String

Credential issuer's URL.

Link copied to clipboard

Properties of the expected transaction code. If this value is not null, the issuer will expect a transaction code to be passed along with the credential offer to the retrieveCredentials function. See Pre-Authorized Code Flow for more details.