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