Class RefreshTokenRequest

Definition

Namespace:
Tizen.Account.OAuth2
Assembly:
Tizen.Account.OAuth2.dll
API Level:
3

The class contains request parameters for refreshing an access token.

C#
Copy
public class RefreshTokenRequest : TokenRequest
Inheritance
RefreshTokenRequest

Constructors

View Source

RefreshTokenRequest()

The constructor

Declaration
C#
Copy
public RefreshTokenRequest()
API Level: 3

Properties

View Source

GrantType

The grant type to be used

Declaration
C#
Copy
public override string GrantType { get; }
Property Value
Type Description
System.String
Overrides
API Level: 3
View Source

RefreshToken

The refresh token issued by authorization server.

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