TokenEndpointRequestAuthorizationCode Class

Represents the request authorization code of the token endpoint.

Inheritance Hierarchy

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

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

Syntax

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

The TokenEndpointRequestAuthorizationCode type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Code Gets or sets the code for the authorization request.
Public property RedirectUri Gets or sets the callback URI which should be used when obtaining authorization grants.

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