Class RefreshToken

    Definition

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

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

    public class RefreshToken
    Inheritance
    object
    RefreshToken

    Properties

    View Source

    Token

    The refresh token issued to the client.

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