TokenEndpointRequestRefreshToken Class

Represents the refresh tokens after the endpoint request.

Inheritance Hierarchy

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

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

Syntax

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

The TokenEndpointRequestRefreshToken type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property RefreshToken Gets or sets the refresh token.
Public property Scope Gets or sets a String that specifies the scope of the specified token.

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