23#ifndef CREDENTIALCHECKSTATUS_H
24#define CREDENTIALCHECKSTATUS_H
Definition credential.h:30
CredentialCheckStatus & operator|=(CredentialCheckStatus &a, CredentialCheckStatus b)
Definition credentialcheckstatus.h:59
CredentialCheckStatus & operator^=(CredentialCheckStatus &a, CredentialCheckStatus b)
Definition credentialcheckstatus.h:69
constexpr CredentialCheckStatus operator|(CredentialCheckStatus a, CredentialCheckStatus b)
Definition credentialcheckstatus.h:44
constexpr CredentialCheckStatus operator~(CredentialCheckStatus a)
Definition credentialcheckstatus.h:39
constexpr CredentialCheckStatus operator^(CredentialCheckStatus a, CredentialCheckStatus b)
Definition credentialcheckstatus.h:54
CredentialCheckStatus & operator&=(CredentialCheckStatus &a, CredentialCheckStatus b)
Definition credentialcheckstatus.h:64
constexpr CredentialCheckStatus operator&(CredentialCheckStatus a, CredentialCheckStatus b)
Definition credentialcheckstatus.h:49
CredentialCheckStatus
Flags to describe the status of a validated credential.
Definition credentialcheckstatus.h:32
@ EmptyName
The credential has an empty name.
@ Valid
The credential is valid.
@ InvalidUri
The credential has an invalid URI.
@ EmptyUsernamePassword
The credential has an empty username or password.