Share via


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

public string Password { get; set; }
public:
property String^ Password {
    String^ get();
    void set(String^ value);
}
member Password : string with get, set
Public Property Password As String

Property Value

Type: System.String

Returns String.

See Also

TokenEndpointRequestResourceOwnerPasswordCredentials Class
Microsoft.Owin.Security.OAuth.Messages Namespace

Return to top