mgnipy.emgapi_v2_client.models.webin_token_response module#

class mgnipy.emgapi_v2_client.models.webin_token_response.WebinTokenResponse(token, token_type='sliding')[source]#

Bases: object

Parameters:
token#
Type:

str

token_type#

Default: ‘sliding’.

Type:

str | Unset

property additional_keys: list [str ]#
additional_properties: dict [str , Any ]#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

to_dict()[source]#
Return type:

dict [str , Any ]

token: str #
token_type: str | Unset#