ConsentNotFoundRejection
Rejection returned if a consent was not found
type ConsentNotFoundRejection implements Rejection {
message: String!
consentId: String!
}
Fields
ConsentNotFoundRejection.message
● String!
non-null scalar
ConsentNotFoundRejection.consentId
● String!
non-null scalar
Interfaces
Rejection
interface
Implemented By
AcceptConsentPayload
union ● CancelConsentPayload
union ● GrantConsentWithServerSignaturePayload
union