OidcClientPresentationWhere
Criteria for filtering presentations.
input OidcClientPresentationWhere {
contractId: ID
from: DateTime
identityId: ID
isFaceCheckRequested: Boolean
issuanceId: ID
oidcClientId: ID
partnerId: ID
presentedType: String
requestId: ID
requestedById: ID
requestedType: String
to: DateTime
walletId: ID
}
Fields
OidcClientPresentationWhere.contractId ● ID scalar
The ID of a contract that was presented.
OidcClientPresentationWhere.from ● DateTime scalar
The start of the presentedAt period to include.
OidcClientPresentationWhere.identityId ● ID scalar
The ID of the identity who presented the credential (if known).
OidcClientPresentationWhere.isFaceCheckRequested ● Boolean scalar
Whether face check validation was requested.
OidcClientPresentationWhere.issuanceId ● ID scalar
The issuance that was presented
OidcClientPresentationWhere.oidcClientId ● ID scalar
The ID of the OIDC client that requested authentication resulting in the presentation.
OidcClientPresentationWhere.partnerId ● ID scalar
The partner who issued the credential that was presented
OidcClientPresentationWhere.presentedType ● String scalar
The type of credential presented.
OidcClientPresentationWhere.requestId ● ID scalar
The requestId of the presentation request.
OidcClientPresentationWhere.requestedById ● ID scalar
The ID of the user (Person or Application) that requested & received the presentation data.
OidcClientPresentationWhere.requestedType ● String scalar
The type of credential requested.
OidcClientPresentationWhere.to ● DateTime scalar
The end of the presentedAt period to include.
OidcClientPresentationWhere.walletId ● ID scalar
The ID of the wallet who presented the credential