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