Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for GRANT (0.13 sec)

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

    * The `username`.
    * The `password`.
    * An optional `scope` field as a big string, composed of strings separated by spaces.
    * An optional `grant_type`.
    
    !!! tip
        The OAuth2 spec actually *requires* a field `grant_type` with a fixed value of `password`, but `OAuth2PasswordRequestForm` doesn't enforce it.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 12.5K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/security/simple-oauth2.md

        ```
    
    `OAuth2PasswordRequestForm` 🎓 🔗 👈 đŸ“Ŗ 📨 đŸ’Ē ⏎ī¸:
    
    *  `username`.
    *  `password`.
    * đŸ“Ļ `scope` 🏑 đŸĻ đŸŽģ, ✍ đŸŽģ 🎏 🚀.
    * đŸ“Ļ `grant_type`.
    
    !!! tip
        Oauth2ī¸âƒŖ 🔌 🤙 *🚚* 🏑 `grant_type` ⏎ī¸ 🔧 💲 `password`, ✋ī¸ `OAuth2PasswordRequestForm` đŸšĢ 🛠ī¸ âšĢī¸.
    
        đŸšĨ 👆 đŸ’Ē 🛠ī¸ âšĢī¸, ⚙ī¸ `OAuth2PasswordRequestFormStrict` ↩ī¸ `OAuth2PasswordRequestForm`.
    
    * đŸ“Ļ `client_id` (đŸ‘Ĩ đŸšĢ đŸ’Ē âšĢī¸ 👆 đŸ–ŧ).
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 8.9K bytes
    - Viewed (0)
  3. cmd/bucket-object-lock.go

    			// version or alter its lock settings unless they have special
    			// permissions. With governance mode, you protect objects against
    			// being deleted by most users, but you can still grant some users
    			// permission to alter the retention settings or delete the object
    			// if necessary. You can also use governance mode to test retention-period
    			// settings before creating a compliance-mode retention period.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 22 17:49:30 GMT 2024
    - 13.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/authorization/v1/generated.proto

      repeated string items = 1;
    }
    
    // LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
    // Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions
    // checking.
    message LocalSubjectAccessReview {
      // Standard list metadata.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 11.9K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/authorization/v1beta1/generated.proto

      repeated string items = 1;
    }
    
    // LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace.
    // Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions
    // checking.
    message LocalSubjectAccessReview {
      // Standard list metadata.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 11.9K bytes
    - Viewed (0)
Back to top