We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a40386 commit 058eedfCopy full SHA for 058eedf
intuitlib/client.py
@@ -27,7 +27,7 @@
27
)
28
29
class AuthClient(requests.Session):
30
- """Handles OAuth 2.0 and OpenID Connect flows to get access to User Info API, Accoutning APIs and Payments APIs
+ """Handles OAuth 2.0 and OpenID Connect flows to get access to User Info API, Accounting APIs and Payments APIs
31
"""
32
33
def __init__(self, client_id, client_secret, redirect_uri, environment, state_token=None, access_token=None, refresh_token=None, id_token=None, realm_id=None):
0 commit comments