Class AccessToken

    Definition

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

    Class containing access token and related information.

    [Obsolete]
    public class AccessToken
    Inheritance
    object
    AccessToken

    Properties

    View Source

    ExpiresIn

    The lifetime in seconds of the access token.

    Declaration
    [Obsolete]
    public long ExpiresIn { get; }
    Property Value
    Type Description
    long
    View Source

    Scope

    The scope of the access token.

    Declaration
    [Obsolete]
    public IEnumerable<string> Scope { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><string>
    View Source

    Token

    The access token issued by the authorization server.

    Declaration
    [Obsolete]
    public string Token { get; }
    Property Value
    Type Description
    string
    View Source

    TokenType

    The type of the access token.

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