Account
The personal data features introduce how you can manage secure data related to the user. You can also manage authentication and application usage history data.
You can use the following personal data features in your .NET applications:
-
You can access user accounts and account providers. After getting a specific account, you can manage it, retrieve account information, and manage account secrecy.
-
You can synchronize service application data between a server and the device by creating various sync jobs.
-
Authentication and Authorization
You can obtain an access token by using the OAuth 2.0 authorization. The OAuth 2.0 authorization framework enables you to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing you to obtain access on your behalf. You can also use the FIDO Universal Authentication Framework to authenticate the users.
-
Application Usage History Data
You can retrieve the user’s application usage patterns, such as information about frequently used applications.
Related information
- Dependencies
- Tizen 4.0 and Higher