OAuth2AccessToken RefreshToken Property Nemiro.OAuth
The refresh token, which can be used to obtain new access tokens using the same authorization grant.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public string RefreshToken { get; protected set; }

Property Value

Type: String
See Also