Discuss this help topic in SecureBlackbox Forum

TElOAuth2Client.UserName

TElOAuth2Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies authorization server username.

Declaration

[C#]
    string UserName;

[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.

See also:     Password     GrantType    

Discuss this help topic in SecureBlackbox Forum