TokenEndpointRequestResourceOwnerPasswordCredentials.Password Property

The value passed to the Token endpoint in the "password" parameter

Namespace:  Microsoft.Owin.Security.OAuth.Messages
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Property Password As String 
    Get 
    Set
'Usage
Dim instance As TokenEndpointRequestResourceOwnerPasswordCredentials 
Dim value As String 

value = instance.Password

instance.Password = value
public string Password { get; set; }
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
member Password : string with get, set
function get Password () : String 
function set Password (value : String)

Property Value

Type: System.String

See Also

Reference

TokenEndpointRequestResourceOwnerPasswordCredentials Class

Microsoft.Owin.Security.OAuth.Messages Namespace