sinch.domains.authentication package

class sinch.domains.authentication.AuthenticationBase(sinch)[source]

Bases: ABC

abstractmethod get_auth_token()[source]
abstractmethod set_auth_token(token)[source]
class sinch.domains.authentication.Authentication(sinch)[source]

Bases: AuthenticationBase

get_auth_token()[source]
set_auth_token(token)[source]