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