SquareUp.OAUTH2.Token (SquareUp v0.1.3) View Source
Link to this section Summary
Link to this section Functions
Link to this function
obtain(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
obtain(SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.obtain_token_request(), %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.obtain_token_response())
Link to this function
revoke(client, path_params \\ %{}, params \\ %{}, query_params \\ %{})
View SourceSpecs
revoke(SquareUp.Client.t(), %{}, SquareUp.TypeSpecs.revoke_token_request(), %{}) :: SquareUp.Client.response(SquareUp.TypeSpecs.revoke_token_response())