ConsentStatus Enum

Definition

End user consent status.

public enum ConsentStatus
type ConsentStatus = 
Public Enum ConsentStatus
Inheritance
ConsentStatus

Fields

Accepted 3

The user has accepted the consent request.

Ignore 5

The user has ignored the consent request.

NotFound 1

The user consent status is not found.

Pending 2

The user has not yet acted upon the consent request.

Rejected 4

The user has rejected the consent request.

Unknown 0

Unknown consent status.

Applies to