We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30f72ea + 87ba0c7 commit 5d79835Copy full SHA for 5d79835
ad_api/auth/access_token_response.py
@@ -2,5 +2,5 @@ class AccessTokenResponse:
2
def __init__(self, **kwargs):
3
self.access_token = kwargs.get('access_token')
4
self.refresh_token = kwargs.get('refresh_token')
5
- self.expires_in = kwargs.get('expires')
+ self.expires_in = kwargs.get('expires_in')
6
self.token_type = kwargs.get('token_type')
0 commit comments