Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
- API Level:
- 3
Class containing access token and related information.
public class AccessToken : object
- Inheritance
-
Properties
View Source
ExpiresIn
The lifetime in seconds of the access token.
Declaration
public long ExpiresIn { get; }
Property Value
API Level: 3
Declaration
public IEnumerable<string> Scope { get; }
Property Value
Type |
Description |
IEnumerable<String> |
|
API Level: 3
View Source
Token
The access token issued by the authorization server.
Declaration
public string Token { get; }
Property Value
API Level: 3
Declaration
public string TokenType { get; }
Property Value
API Level: 3
Extension Methods