10 #define USERCREDENTIAL
13 #include "rmsauthExport.h"
17 enum class UserAuthType
25 UserAuthType userAuthType_;
34 const String& userName()
const {
return userName_; }
35 void userName(
const String& val) { userName_= val; }
37 UserAuthType userAuthType()
const {
return userAuthType_; }
39 const String& password()
const {
return password_; }
42 using UserCredentialPtr = ptr<UserCredential>;
46 #endif // USERCREDENTIAL
Definition: UserCredential.h:23
Definition: AcquireTokenForClientHandler.h:14