twilio.rest.api.v2010.account.sip.domain.auth_types package¶
Subpackages¶
Module contents¶
This code was generated by / _ _ _| _ _
(_)/(_)(_|/| |(/_ v1.0.0 / /
-
class
twilio.rest.api.v2010.account.sip.domain.auth_types.
AuthTypesInstance
(version, payload, account_sid, domain_sid)[source]¶
-
class
twilio.rest.api.v2010.account.sip.domain.auth_types.
AuthTypesList
(version, account_sid, domain_sid)[source]¶ Bases:
twilio.base.list_resource.ListResource
-
calls
¶ Access the calls
Returns: twilio.rest.api.v2010.account.sip.domain.auth_types.auth_calls_mapping.AuthTypeCallsList Return type: twilio.rest.api.v2010.account.sip.domain.auth_types.auth_calls_mapping.AuthTypeCallsList
-
registrations
¶ Access the registrations
Returns: twilio.rest.api.v2010.account.sip.domain.auth_types.auth_registrations_mapping.AuthTypeRegistrationsList Return type: twilio.rest.api.v2010.account.sip.domain.auth_types.auth_registrations_mapping.AuthTypeRegistrationsList
-
-
class
twilio.rest.api.v2010.account.sip.domain.auth_types.
AuthTypesPage
(version, response, solution)[source]¶ Bases:
twilio.base.page.Page
-
get_instance
(payload)[source]¶ Build an instance of AuthTypesInstance
Parameters: payload (dict) – Payload response from the API Returns: twilio.rest.api.v2010.account.sip.domain.auth_types.AuthTypesInstance Return type: twilio.rest.api.v2010.account.sip.domain.auth_types.AuthTypesInstance
-