docs/integrations/sources/xero-migrations.md
You can now choose your preferred xero authentication method. You can choose between client_credentials and bearer_token authentication methods.
For the bearer strategy, please visit the pkce-flow documentation for more detailed information about how to get access token. For the client_credentials strategy, please visit the client-credentials-flow documentation for more detailed information about how to set the authentication flow.
access tokenBearerAuthorization codeAuthorize using browserhttps://login.xero.com/identity/connect/authorizehttps://identity.xero.com/connect/token123Send as Basic Auth Header
Click Get New Access Token for retrieving access tokenThen authorize your source with the required information.
The Source page.Reset saved source button.The authentication schema is now using access_token instead of Oauth 2.0. Visit the Xero documentation - https://developer.xero.com/documentation/guides/oauth2/pkce-flow for more detailed information about how to get access token.
Optionally, you may get your access_token via Postman:
access tokenBearerAuthorization codeAuthorize using browserhttps://login.xero.com/identity/connect/authorizehttps://identity.xero.com/connect/token123Send as Basic Auth Header
Click Get New Access Token for retrieving access tokenThen authorize your source with access_token.
The Source page.Reset saved source button.As Xero API now only supports date-precision, instead of second precision filtering through If-Modified-Since header, reads are now streamlined to incremental through client side.