Increase.OAuthTokens (Increase v1.0.0)

Copy Markdown View Source

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(client, params \\ %{}, opts \\ [])

@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