o
    ä›e4  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚDomain)ÚV2c                       sl   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZedd„ ƒZed	d
„ ƒZedd„ ƒZ	edd„ ƒZ
dd„ Z‡  ZS )ÚVerifyc                    s    t t| ƒ |¡ d| _d| _dS )z}
        Initialize the Verify Domain

        :returns: Domain for Verify
        :rtype: twilio.rest.verify.Verify
        zhttps://verify.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v2)ÚselfÚtwilio©Ú	__class__© úN/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/verify/__init__.pyr      s   
zVerify.__init__c                 C   s   | j du r
t| ƒ| _ | j S )zY
        :returns: Version v2 of verify
        :rtype: twilio.rest.verify.v2.V2
        N)r   r   ©r	   r   r   r   Úv2   s   

z	Verify.v2c                 C   ó   | j jS )z=
        :rtype: twilio.rest.verify.v2.form.FormList
        )r   Úformsr   r   r   r   r   '   ó   zVerify.formsc                 C   r   )zC
        :rtype: twilio.rest.verify.v2.service.ServiceList
        )r   Úservicesr   r   r   r   r   .   r   zVerify.servicesc                 C   r   )z\
        :rtype: twilio.rest.verify.v2.verification_attempt.VerificationAttemptList
        )r   Úverification_attemptsr   r   r   r   r   5   r   zVerify.verification_attemptsc                 C   r   )zm
        :rtype: twilio.rest.verify.v2.verification_attempts_summary.VerificationAttemptsSummaryList
        )r   Úverification_attempts_summaryr   r   r   r   r   <   r   z$Verify.verification_attempts_summaryc                 C   r   )zE
        :rtype: twilio.rest.verify.v2.template.TemplateList
        )r   Ú	templatesr   r   r   r   r   C   r   zVerify.templatesc                 C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Verify>r   r   r   r   r   Ú__repr__J   s   zVerify.__repr__)Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   r   r   r   r   Ú__classcell__r   r   r   r   r      s    
	




r   N)Ú__doc__Útwilio.base.domainr   Útwilio.rest.verify.v2r   r   r   r   r   r   Ú<module>   s   