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