Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 132 (0.13 sec)

  1. docs/en/docs/tutorial/security/oauth2-jwt.md

    Create a real JWT access token and return it.
    
    === "Python 3.10+"
    
        ```Python hl_lines="117-132"
        {!> ../../../docs_src/security/tutorial004_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="117-132"
        {!> ../../../docs_src/security/tutorial004_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="118-133"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 13K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/security/oauth2-jwt.md

    Erstellen Sie einen echten JWT-Zugriffstoken und geben Sie ihn zurück.
    
    === "Python 3.10+"
    
        ```Python hl_lines="117-132"
        {!> ../../../docs_src/security/tutorial004_an_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="117-132"
        {!> ../../../docs_src/security/tutorial004_an_py39.py!}
        ```
    
    === "Python 3.8+"
    
        ```Python hl_lines="118-133"
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 30 20:27:06 GMT 2024
    - 15.1K bytes
    - Viewed (0)
  3. cmd/apierrorcode_string.go

    	_ = x[ErrInvalidTagDirective-127]
    	_ = x[ErrPolicyAlreadyAttached-128]
    	_ = x[ErrPolicyNotAttached-129]
    	_ = x[ErrExcessData-130]
    	_ = x[ErrInvalidEncryptionMethod-131]
    	_ = x[ErrInvalidEncryptionKeyID-132]
    	_ = x[ErrInsecureSSECustomerRequest-133]
    	_ = x[ErrSSEMultipartEncrypted-134]
    	_ = x[ErrSSEEncryptedObject-135]
    	_ = x[ErrInvalidEncryptionParameters-136]
    	_ = x[ErrInvalidEncryptionParametersSSEC-137]
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 21.2K bytes
    - Viewed (0)
Back to top