Class RefreshTokenRequest
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
The class contains request parameters for refreshing an access token.
public class RefreshTokenRequest : TokenRequest
- Inheritance
Constructors
View SourceRefreshTokenRequest()
The constructor
Declaration
public RefreshTokenRequest()
Properties
View SourceGrantType
The grant type to be used
Declaration
public override string GrantType { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View SourceRefreshToken
The refresh token issued by authorization server.
Declaration
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
string |