Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The value passed to the Token endpoint in the "refresh_token" parameter
Namespace:   Microsoft.Owin.Security.OAuth.Messages
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string RefreshToken { get; set; }
public:
property String^ RefreshToken {
    String^ get();
    void set(String^ value);
}
member RefreshToken : string with get, set
Public Property RefreshToken As String
Property Value
Type: System.String
Returns String.
See Also
TokenEndpointRequestRefreshToken Class
Microsoft.Owin.Security.OAuth.Messages Namespace
Return to top