If you're familiar with OAuth, feel free to dig in! You can register your OAuth application on your OAuth Clients page. After getting a Client ID there, you can use provide these endpoints to your OAuth client library to dig in:
https://mixer.com/oauth/authorize
https://mixer.com/api/v1/oauth/token
Type | Expiry Time | Notes |
---|---|---|
Access Token | 6 Hours | |
Refresh Token | 1 Year | This is single use. If used, a new refresh token is issued with the new access token. |
Implicit Token | 1 Year | These are only given out by an Implicit Grant |
For a list of scopes see our scopes page.
Copyright Microsoft. Spot an issue?