Skip to main content

ConsentStatus

Status of a consent

enum ConsentStatus {
Accepted
CustomerRefused
OperationCommitting
CredentialRefused @deprecated
Created
Started
Expired
Failed
Canceled
}

Values

ConsentStatus.Accepted

when the user accepted

ConsentStatus.CustomerRefused

when the user refused

ConsentStatus.OperationCommitting

when the operation is committing

ConsentStatus.CredentialRefused deprecated

DEPRECATED

No longer supported

when the user credentials were refused @deprecated this status has never been used and will be removed in the following months

ConsentStatus.Created

when the consent is created

ConsentStatus.Started

when the consentUrl has been requested

ConsentStatus.Expired

when the consent is expired

ConsentStatus.Failed

when something went wrong

ConsentStatus.Canceled

when the user or the project decided to cancel the consent

Member Of

Consent object ● NotReachableConsentStatusRejection object