TokenEndpointRequestResourceOwnerPasswordCredentials Class

Data object used by TokenEndpointRequest when the "grant_type" is "password".

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.OAuth.Messages.TokenEndpointRequestResourceOwnerPasswordCredentials

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

Syntax

'Declaration
Public Class TokenEndpointRequestResourceOwnerPasswordCredentials
'Usage
Dim instance As TokenEndpointRequestResourceOwnerPasswordCredentials
public class TokenEndpointRequestResourceOwnerPasswordCredentials
public ref class TokenEndpointRequestResourceOwnerPasswordCredentials
type TokenEndpointRequestResourceOwnerPasswordCredentials =  class end
public class TokenEndpointRequestResourceOwnerPasswordCredentials

The TokenEndpointRequestResourceOwnerPasswordCredentials type exposes the following members.

Constructors

  Name Description
Public method TokenEndpointRequestResourceOwnerPasswordCredentials

Top

Properties

  Name Description
Public property Password The value passed to the Token endpoint in the "password" parameter
Public property Scope The value passed to the Token endpoint in the "scope" parameter
Public property UserName The value passed to the Token endpoint in the "username" parameter

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Security.OAuth.Messages Namespace