Auth APIs
APIs for Authentication and Authorization
Operations
GET
Authenticate Smart Card
Logs in a user with smart card. Returns access and refresh tokens.
POST
Key Agreement
Uses Diffie-Hellman algorithm to achieve encryption key agreement between client and server, which then can be used to encrypt and decrypt sensitive information.
POST
Login User
Logs in a user. Returns access token and refresh token.
POST
Logout User
Logs out a user.
POST
Refresh Access Token
Refreshes access token from refresh token.