Skip to content

Commit

Permalink
set self.relax_token_scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jstevans authored Oct 6, 2022
1 parent 01173f1 commit 08bf965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xero/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ def __init__(
self.tenant_id = tenant_id # Used by BaseManager
self._oauth = None
self.scope = scope or DEFAULT_SCOPE[:]
self.relax_token_scope = relax_token_scope

if user_agent is None:
self.user_agent = (
Expand Down

0 comments on commit 08bf965

Please sign in to comment.