Discuss this help topic in SecureBlackbox Forum
Specifies authorization server username.
Declaration
[VB.NET]
Property UserName As String
[Pascal]
property UserName : string;
[C++]
void get_UserName(std::string &OutResult);
void set_UserName(const std::string &Value);
[PHP]
string get_UserName()
void set_UserName(string $Value)
[Java]
String getUserName();
void setUserName(String Value);
Description
This username is used to authenticate to the authorization server when GrantType is set to oauthResourceOwnerPassword.
Discuss this help topic in SecureBlackbox Forum