Dreamine.Identity
1.0.0.0
Dreamine.Identity 프로젝트의 API와 구성 요소를 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
RequiredConsentPolicy.cs
이 파일의 문서화 페이지로 가기
1
using
Dreamine.Identity.Models
;
2
3
namespace
Dreamine.Identity.Internal
;
4
13
internal
static
class
RequiredConsentPolicy
14
{
39
public
static
bool
HasRequiredConsents(AuthUser? user) =>
40
user is not
null
&&
41
user.TermsAcceptedAtUtc.HasValue &&
42
user.PrivacyPolicyAcceptedAtUtc.HasValue &&
43
user.
AgeConfirmedAtUtc
.HasValue;
44
}
Dreamine.Identity.Internal
Definition
AuthEndpoints.cs:13
Dreamine.Identity.Models
Definition
AuthUser.cs:3
Dreamine.Identity.Models.AuthUser.AgeConfirmedAtUtc
DateTime? AgeConfirmedAtUtc
Definition
AuthUser.cs:124
Internal
RequiredConsentPolicy.cs
다음에 의해 생성됨 :
1.17.0