PresentationRequest

data class PresentationRequest(val issuer: String?, val credentials: List<RequestedCredential>)

A request to present Attestations to a relying party. The issuer might be null if the request is not signed.

Constructors

Link copied to clipboard
constructor(issuer: String?, credentials: List<RequestedCredential>)

Properties

Link copied to clipboard

The requested credentials.

Link copied to clipboard

The issuer of the request.