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