TokenEndpointRequestResourceOwnerPasswordCredentials.UserName Property
The value passed to the Token endpoint in the "username" parameter
Namespace: Microsoft.Owin.Security.OAuth.Messages
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string UserName { get; set; }
public:
property String^ UserName {
String^ get();
void set(String^ value);
}
member UserName : string with get, set
Public Property UserName As String
Property Value
Type: System.String
Returns String.
See Also
TokenEndpointRequestResourceOwnerPasswordCredentials Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top