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.
1 parent a712319 commit 87ba0c7Copy full SHA for 87ba0c7
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