PresentationRequestRegistration
Provides information about the verifier.
input PresentationRequestRegistration {
clientName: String!
purpose: String
}
Fields
PresentationRequestRegistration.clientName
● String!
non-null scalar
A display name of the verifier of the verifiable credential. This name will be presented to the user in the authenticator app.
PresentationRequestRegistration.purpose
● String
scalar
A string that is displayed to inform the user why the verifiable credentials are being requested.
Member Of
PresentationRequestInput
input