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