identity: add support for toggling marketing consent

This commit is contained in:
Abdullah Atta
2023-06-08 12:54:57 +05:00
parent 5ca66f5819
commit 26703bfd8e
3 changed files with 24 additions and 1 deletions
+3
View File
@@ -35,6 +35,9 @@ namespace Streetwriters.Common.Models
[JsonPropertyName("isEmailConfirmed")]
public bool IsEmailConfirmed { get; set; }
[JsonPropertyName("marketingConsent")]
public bool MarketingConsent { get; set; }
[JsonPropertyName("mfa")]
public MFAConfig MFA { get; set; }
}