sinch.domains.authentication.models.v1.authentication module
- class sinch.domains.authentication.models.v1.authentication.OAuthToken(access_token: str, expires_in: int, scope: str, token_type: str)[source]
Bases:
SinchBaseModel- Parameters:
access_token (str)
expires_in (int)
scope (str)
token_type (str)
- access_token: str
- expires_in: int
- scope: str
- token_type: str