TokenEndpointRequestCustomExtension Class

Represents the request of a custom extension for the token endpoint authorization.

Inheritance Hierarchy

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

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

Syntax

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

The TokenEndpointRequestCustomExtension type exposes the following members.

Constructors

  Name Description
Public method TokenEndpointRequestCustomExtension Initializes a new instance of the TokenEndpointRequestCustomExtension class.

Top

Properties

  Name Description
Public property Parameters Gets or sets the interface of the readable string collection for the TokenEndpointRequestCustomExtension.

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