Optional URL parameters.
Get refreshable authorization tokens using the Authorization Code flow.
This flow is suitable for long-running applications in which the user grants permission only once. It provides an access token that can be refreshed. Since the token exchange involves sending your secret key, perform this on a secure location, like a backend service, and not from a client such as a browser or from a mobile app.
The authorization code returned from the initial request to the authorization endpoint.
Obtain a refreshed access token given the original refresh token from the initial authorization code exchange.
The refresh token returned from the authorization code exchange.
Get temporary authorization tokens using the Client Credentials flow.
The Client Credentials flow is used in server-to-server authentication. Only endpoints that do not access user information can be accessed. The advantage here in comparison with requests to the Web API made without an access token, is that a higher rate limit is applied.
Get an authorization URL for use with the Implicit Grant and Client Credentials flows.
Optional URL parameters.
Generated using TypeDoc
Get an authorization URL for use with the Authorization Code flow.