Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
The refresh token which can be used to obtain new access token.
public class RefreshToken
- Inheritance
-
Properties
View Source
Token
The refresh token issued to the client.
Declaration
public string Token { get; }
Property Value