Class RefreshTokenRequest

Definition

Namespace:
Tizen.Account.OAuth2
Assembly:
Tizen.Account.OAuth2.dll

The class contains request parameters for refreshing an access token.

C#
Copy
[Obsolete] public class RefreshTokenRequest : TokenRequest
Inheritance
object
RefreshTokenRequest

Constructors

View Source

RefreshTokenRequest()

The constructor

Declaration
C#
Copy
[Obsolete] public RefreshTokenRequest()

Properties

View Source

GrantType

The grant type to be used

Declaration
C#
Copy
[Obsolete] public override string GrantType { get; }
Property Value
Type Description
string
Overrides
View Source

RefreshToken

The refresh token issued by authorization server.

Declaration
C#
Copy
[Obsolete] public string RefreshToken { get; set; }
Property Value
Type Description
string