- Authorization Code Grant - This is used to connect to the Smokeball API as an authenticated Smokeball user. The Smokeball user will authenticate using their credentials and an authorization code is passed back to your supplied redirect uri(s) which you can then exchange for an access_token.
- Client Credentials Grant - This flow is used when connecting to the Smokeball API for server-to-server requests outside the context of a Smokeball user.