Class ClientCredentials
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
Contains client credentials required for authentication in request-body
C#Copypublic class ClientCredentials
- Inheritance
-
objectClientCredentials
Constructors
Declaration
C#Copypublic ClientCredentials()
Properties
Declaration
C#Copypublic string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#Copypublic string Secret { get; set; }
Property Value
Type | Description |
---|---|
string |