Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed unused param as per requested by @manishT72
  • Loading branch information
j-osephlong committed Dec 2, 2024
commit 593d37297b124c1ea8810ec5cf6e4d1efddbe602
1 change: 0 additions & 1 deletion xero_python/api_client/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def update_token(
expires_at=None,
refresh_token=None,
id_token=None,
**kwargs
):
"""
Set new auth2 token details
Expand Down