Authentication
Our API has several authorization flows that your application can use to obtain an access token.
- Authorization code: The Standard OAuth 2.0 authorization-code grant type consists of authorization, consent, and code redemption process.
- JWT: This authentication flow allows for impersonation of Kiteworks users. It is intended to be used only by clients operating in secure environments. Using it for publicly available clients should be considered a security risk.