Authentication API

Use the authentication API for working with different trusted identity stores such as identity information. This information can be stored on a Windows domain server or an LDAP directory. It includes the use of different types of keys, typically passwords, to unlock the application for a user..

The authentication API contains the authentication client API, which makes authentication requests, and the authentication provider API, which implements authentication requests.

Parent topic: Application programming interfaces