Authorizations
OAuth2 Client Flow Authorization
When authorizing using OAuth2 Client Flow, a call is made to the specified Access Token URL with the Client ID and Secret to receive a token. Optionally, you can specify a Scope. When associating an OAuth2 Client Authorization parameter, Apicize will automatically retrieve the token, and reuse it until either it expires, or you click on "CLEAR ANY CACHED TOKEN" in the Authorization's configuration.
You can optionally specify a Certificate and/or Proxy to use when retrieving a token. If you specify these settings for the Authorization, they do not automatically apply to Requests or Request Groups, you must configure those separately.
You can use handlebars syntax (i.e. {{foo}}) to inject values that are defined before the authorization is triggered.
