class GetTemplatesSettings
Settings to use when obtaining templates.
Summary
| Members | Descriptions |
|---|---|
| public void SetDelegatedUserEmail(const std::string& delegatedUserEmail) | Sets the delegated user. |
| public const std::string& GetDelegatedUserEmail() const | Gets the delegated user. |
Members
SetDelegatedUserEmail function
Sets the delegated user.
Parameters:
- delegatedUserEmail: the delegation email.
A delegated user is specified when the authenticating user/application is acting on behalf of another user
GetDelegatedUserEmail function
Gets the delegated user.
Returns: Delegated user A delegated user is specified when the authenticating user/application is acting on behalf of another userer