GrantConsentWithServerSignatureInput
Input of the grantConsentWithServerSignature mutation
input GrantConsentWithServerSignatureInput {
consentId: ID!
signature: String!
}
Fields
GrantConsentWithServerSignatureInput.consentId ● ID! non-null scalar
ID of the consent to grant
GrantConsentWithServerSignatureInput.signature ● String! non-null scalar
Consent challenge signed with server consent credentials
Member Of
grantConsentWithServerSignature mutation