Class RefreshToken

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.

C#
Copy
public class RefreshToken
Inheritance
RefreshToken

Properties

View Source

Token

The refresh token issued to the client.

Declaration
C#
Copy
public string Token { get; }
Property Value
Type Description
System.String
API Level: 3