Show / Hide Table of Contents

    Class AccessToken

    Obsolete

    Definition

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

    Class containing access token and related information.

    [Obsolete]
    public class AccessToken
    Inheritance
    Object
    AccessToken

    Properties

    View Source

    ExpiresIn

    Obsolete

    The lifetime in seconds of the access token.

    Declaration
    [Obsolete]
    public long ExpiresIn { get; }
    Property Value
    Type Description
    Int64
    API Level: 3
    View Source

    Scope

    Obsolete

    The scope of the access token.

    Declaration
    [Obsolete]
    public IEnumerable<string> Scope { get; }
    Property Value
    Type Description
    IEnumerable<String>
    API Level: 3
    View Source

    Token

    Obsolete

    The access token issued by the authorization server.

    Declaration
    [Obsolete]
    public string Token { get; }
    Property Value
    Type Description
    String
    API Level: 3
    View Source

    TokenType

    Obsolete

    The type of the access token.

    Declaration
    [Obsolete]
    public string TokenType { get; }
    Property Value
    Type Description
    String
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX