
    g                     8    d dl mZmZ d dlmZmZ  G d d      Zy)    )ListOptional)PluginHandlerWebAuthnHandlerc                   6    e Zd ZU ee   ed<   d Zdee   fdZy)WebauthnHandlerFactoryhandlersc                 $    t               g| _        y N)r   r	   )selfs    [/var/www/openai/venv/lib/python3.12/site-packages/google/oauth2/webauthn_handler_factory.py__init__zWebauthnHandlerFactory.__init__	   s    &)    returnc                 N    | j                   D ]  }|j                         s|c S  y r   )r	   is_available)r   handlers     r   get_handlerz"WebauthnHandlerFactory.get_handler   s&    }}G##% % r   N)	__name__
__module____qualname__r   r   __annotations__r   r   r    r   r   r   r      s#    ?##*Xo6 r   r   N)typingr   r   google.oauth2.webauthn_handlerr   r   r   r   r   r   <module>r      s    ! I
 
r   