Authorization
---types---
auth.authorization#2ea2c0d4 flags:# setup_password_required:flags.1?true otherwise_relogin_days:flags.1?int tmp_sessions:flags.0?int future_auth_token:flags.2?bytes user:User = auth.Authorization
Belongs to
This type can be an instance of either:
Members
user | User | |
setup_password_required | flag | This argument defaults to None and can be omitted. |
otherwise_relogin_days | int | This argument defaults to None and can be omitted. |
tmp_sessions | int | This argument defaults to None and can be omitted. |
future_auth_token | bytes | This argument defaults to None and can be omitted. |