
    ([f                     .    d dl mZ  G d de          ZdS )    )AuthorizationCodeMixinc                       e Zd Zd Zd ZdS )r   c                     t                      )z3Get "nonce" value of the authorization code object.NotImplementedErrorselfs    L/var/www/piapp/venv/lib/python3.11/site-packages/authlib/oidc/core/models.py	get_noncez AuthorizationCodeMixin.get_nonce       !###    c                     t                      )z7Get "auth_time" value of the authorization code object.r   r   s    r
   get_auth_timez$AuthorizationCodeMixin.get_auth_time   r   r   N)__name__
__module____qualname__r   r    r   r
   r   r      s2        $ $ $$ $ $ $ $r   r   N)authlib.oauth2.rfc6749r   _AuthorizationCodeMixinr   r   r
   <module>r      sX        
$ $ $ $ $4 $ $ $ $ $r   