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 | |
---|---|---|
TokenEndpointRequestRefreshToken | Initializes a new instance of the TokenEndpointRequestRefreshToken class. |
Top
Properties
Name | Description | |
---|---|---|
RefreshToken | Gets or sets the refresh token. | |
Scope | Gets or sets a String that specifies the scope of the specified token. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.