Skip to main content

GrantConsentWithServerSignaturePayload

Payload of the grantConsentWithServerSignature mutation

union GrantConsentWithServerSignaturePayload = GrantConsentWithServerSignatureSuccessPayload | ConsentNotFoundRejection | NotReachableConsentStatusRejection | ForbiddenRejection | ConsentTypeNotSupportedByServerConsentRejection | ServerConsentNotAllowedForConsentOperationRejection | ProjectNotFoundRejection | ServerConsentNotAllowedForProjectRejection | ServerConsentProjectSettingsNotFoundRejection | ServerConsentProjectCredentialMissingRejection | ServerConsentProjectCredentialNotFoundRejection | ServerConsentCredentialsNotValidOrOutdatedRejection | ServerConsentSignatureNotValidRejection

Possible types

GrantConsentWithServerSignaturePayload.GrantConsentWithServerSignatureSuccessPayload object

Success payload of the grantConsentWithServerSignature mutation

GrantConsentWithServerSignaturePayload.ConsentNotFoundRejection object

Rejection returned if a consent was not found

GrantConsentWithServerSignaturePayload.NotReachableConsentStatusRejection object

Rejection returned when consent status couldn't change

GrantConsentWithServerSignaturePayload.ForbiddenRejection object

GrantConsentWithServerSignaturePayload.ConsentTypeNotSupportedByServerConsentRejection object

GrantConsentWithServerSignaturePayload.ServerConsentNotAllowedForConsentOperationRejection object

Rejection returned when server consent is not allowed on the consent

GrantConsentWithServerSignaturePayload.ProjectNotFoundRejection object

Rejection returned when the project is not found

GrantConsentWithServerSignaturePayload.ServerConsentNotAllowedForProjectRejection object

Rejection returned when server consent is not allowed for the project associated with the consent

GrantConsentWithServerSignaturePayload.ServerConsentProjectSettingsNotFoundRejection object

Rejection returned when the server consent project settings are not found

GrantConsentWithServerSignaturePayload.ServerConsentProjectCredentialMissingRejection object

Rejection returned when there are no server consent credentials for the project

GrantConsentWithServerSignaturePayload.ServerConsentProjectCredentialNotFoundRejection object

Rejection returned when the server consent project credentials are not found

GrantConsentWithServerSignaturePayload.ServerConsentCredentialsNotValidOrOutdatedRejection object

Rejection returned when signature is not valid or remote IP address is not allowed

GrantConsentWithServerSignaturePayload.ServerConsentSignatureNotValidRejection object

Rejection returned when the signature is not valid @Deprecated

Returned by

grantConsentWithServerSignature mutation