Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 81 (0.14 sec)

  1. docs/em/docs/tutorial/security/simple-oauth2.md

    === "🐍 3️⃣.6️⃣ & πŸ”›"
    
        ```Python hl_lines="80-83"
        {!> ../../../docs_src/security/tutorial003.py!}
        ```
    
    === "🐍 3️⃣.1️⃣0️⃣ & πŸ”›"
    
        ```Python hl_lines="78-81"
        {!> ../../../docs_src/security/tutorial003_py310.py!}
        ```
    
    #### πŸ”ƒ `**user_dict`
    
    `UserInDB(**user_dict)` β›“:
    
    *πŸšΆβ€β™€οΈ πŸ”‘ & πŸ’² `user_dict` πŸ”— πŸ”‘-πŸ’² ❌, πŸŒ“:*
    
    ```Python
    UserInDB(
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/security/simple-oauth2.md

    FΓΌr den Fehler verwenden wir die Exception `HTTPException`:
    
    === "Python 3.10+"
    
        ```Python hl_lines="3  79-81"
        {!> ../../../docs_src/security/tutorial003_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="3  79-81"
        {!> ../../../docs_src/security/tutorial003_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="3  80-82"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 18:08:44 GMT 2024
    - 14.3K bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/security/simple-oauth2.md

    For the error, we use the exception `HTTPException`:
    
    === "Python 3.10+"
    
        ```Python hl_lines="3  79-81"
        {!> ../../../docs_src/security/tutorial003_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="3  79-81"
        {!> ../../../docs_src/security/tutorial003_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="3  80-82"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  4. docs/ko/docs/tutorial/security/simple-oauth2.md

    === "P파이썬 3.7 이상"
    
        ```Python hl_lines="80-83"
        {!> ../../../docs_src/security/tutorial003.py!}
        ```
    
    === "파이썬 3.10 이상"
    
        ```Python hl_lines="78-81"
        {!> ../../../docs_src/security/tutorial003_py310.py!}
        ```
    
    #### `**user_dict`에 λŒ€ν•΄
    
    `UserInDB(**user_dict)`λŠ” λ‹€μŒμ„ μ˜λ―Έν•œλ‹€:
    
    *`user_dict`의 킀와 값을 λ‹€μŒκ³Ό 같은 ν‚€-κ°’ 인수둜 직접 μ „λ‹¬ν•©λ‹ˆλ‹€:*
    
    ```Python
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 22:37:23 GMT 2024
    - 11.6K bytes
    - Viewed (0)
Back to top