Skip to content

Commit

Permalink
fix link to guides in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manishT72x committed Jun 21, 2024
1 parent 39afb5a commit 8c96e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Example Token Set JSON:
---
## Custom Connections

Custom Connections are a Xero [premium option](https://developer.xero.com/documentation/oauth2/custom-connections) used for building M2M integrations to a single organisation. A custom connection uses OAuth2.0's [`client_credentials`](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/) grant which eliminates the step of exchanging the temporary code for a token set.
Custom Connections are a Xero [premium option](https://developer.xero.com/documentation/guides/oauth2/custom-connections) used for building M2M integrations to a single organisation. A custom connection uses OAuth2.0's [`client_credentials`](https://www.oauth.com/oauth2-servers/access-tokens/client-credentials/) grant which eliminates the step of exchanging the temporary code for a token set.

To use this SDK with a Custom Connections:
```ruby
Expand Down

0 comments on commit 8c96e11

Please sign in to comment.