Class ClientCredentials

    Definition

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

    Contains client credentials required for authentication in request-body

    [Obsolete]
    public class ClientCredentials
    Inheritance
    object
    ClientCredentials

    Constructors

    View Source

    ClientCredentials()

    The constructor

    Declaration
    [Obsolete]
    public ClientCredentials()

    Properties

    View Source

    Id

    The client identifier

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

    Secret

    The client secret

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