PresentationOrderBy
Fields that can be used for sorting presentations.
enum PresentationOrderBy {
identityName
presentedAt
requestedByName
}
Values
PresentationOrderBy.identityName
The name of the identity who presented the credential.
PresentationOrderBy.presentedAt
The timestamp when the credential was presented
PresentationOrderBy.requestedByName
The name of the user (Person or Application) that requested & received the presentation data.
Member Of
findPresentations
query