OAuth2 Authentication
OAuth2 is a protocol allowing applications to authenticate with the BoldSign API, and the security implementation is based on the OpenID Connect framework. To obtain an access token and make calls to the API, you can use any of BoldSign's supported OAuth2 authentication workflows, such as Client Credential or Authorization Code Grant.
Next Steps
See how to get an access token in your system's language.
- C# Example
- [Python Example] (python.md)
- [Node Example] (node.md)