
    
i                     >    d dl mZ d dlmZ d dlmZ  G d de      Zy)    )StripeObject)ClassVar)Literalc                   T    e Zd ZU dZdZeed      ed<   eed<   	 ed   ed<   	 e	ed<   y)	LoginLinkay  
    Login Links are single-use URLs that takes an Express account to the login page for their Stripe dashboard.
    A Login Link differs from an [Account Link](https://docs.stripe.com/api/account_links) in that it takes the user directly to their [Express dashboard for the specified account](https://docs.stripe.com/connect/integrate-express-dashboard#create-login-link)
    
login_linkOBJECT_NAMEcreatedobjecturlN)
__name__
__module____qualname____doc__r	   r   r   __annotations__intstr     W/mnt/e/genesis-system/.venvs/sunaiva/lib/python3.12/site-packages/stripe/_login_link.pyr   r      sF    
 4@K',/0?L L!! 
Hr   r   N)stripe._stripe_objectr   typingr   typing_extensionsr   r   r   r   r   <module>r      s    /  % r   