Class RefreshTokenRequest

    Definition

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

    The class contains request parameters for refreshing an access token.

    [Obsolete]
    public class RefreshTokenRequest : TokenRequest
    Inheritance
    object
    TokenRequest
    RefreshTokenRequest

    Constructors

    View Source

    RefreshTokenRequest()

    The constructor

    Declaration
    [Obsolete]
    public RefreshTokenRequest()

    Properties

    View Source

    GrantType

    The grant type to be used

    Declaration
    [Obsolete]
    public override string GrantType { get; }
    Property Value
    Type Description
    string
    Overrides
    TokenRequest.GrantType
    View Source

    RefreshToken

    The refresh token issued by authorization server.

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