A token that is returned to your application when a user completes the OAuth flow and may be used to authenticate requests. Learn more about OAuth [here].
See https://increase.com/documentation/api/oauth-tokens for the full API reference for this resource.
Summary
Functions
Create an OAuth Token
Functions
@spec create(Increase.Client.t() | keyword() | nil, map() | keyword(), keyword()) :: {:ok, Increase.OAuthTokens.OAuthToken.t()} | {:error, Increase.Error.t()}
Create an OAuth Token
POST /oauth/tokens