Class RefreshToken

    Definition

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

    The refresh token which can be used to obtain new access token.

    [Obsolete]
    public class RefreshToken
    Inheritance
    object
    RefreshToken

    Properties

    View Source

    Token

    The refresh token issued to the client.

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