PresentationEvent
Represents a credential presentation between a client application and a user (presenter of the credential and associated claims)
type PresentationEvent {
claims: JSONObject!
clientName: String!
credentialTypes: String!
issuers: String!
time: DateTime!
}
Fields
PresentationEvent.claims ● JSONObject! non-null scalar
The claims presented
PresentationEvent.clientName ● String! non-null scalar
The client application that requested the presentation
PresentationEvent.credentialTypes ● String! non-null scalar
The credential types that were specified as accepted for presentation
PresentationEvent.issuers ● String! non-null scalar
The list of issuers that were specified as accepted for presentation
PresentationEvent.time ● DateTime! non-null scalar
When the presentation was made