Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for recipients (0.13 sec)

  1. LICENSES/third_party/forked/shell2junit/LICENSE

    Derivative Works thereof in any medium, with or without modifications, and 
    in Source or Object form, provided that You meet the following conditions: 
    
    a. You must give any other recipients of the Work or Derivative Works a copy 
    of this License; and 
    
    b. You must cause any modified files to carry prominent notices stating that 
    You changed the files; and 
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 08 11:48:19 UTC 2021
    - 9.2K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/Callback.kt

       * proceed to read the response body with [Response.body]. The response is still live until its
       * response body is [closed][ResponseBody]. The recipient of the callback may consume the response
       * body on another thread.
       *
       * Note that transport-layer success (receiving a HTTP response code, headers and body) does not
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/authentication/v1/generated.proto

      optional TokenRequestStatus status = 3;
    }
    
    // TokenRequestSpec contains client provided parameters of a token request.
    message TokenRequestSpec {
      // Audiences are the intendend audiences of the token. A recipient of a
      // token must identify themself with an identifier in the list of
      // audiences of the token, and otherwise should reject the token. A
      // token issued for multiple audiences may be used to authenticate
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. pkg/apis/authentication/types.go

    	Status TokenRequestStatus
    }
    
    // TokenRequestSpec contains client provided parameters of a token request.
    type TokenRequestSpec struct {
    	// Audiences are the intended audiences of the token. A recipient of a
    	// token must identify themself with an identifier in the list of
    	// audiences of the token, and otherwise should reject the token. A
    	// token issued for multiple audiences may be used to authenticate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:33:37 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authentication/v1/types_swagger_doc_generated.go

    }
    
    var map_TokenRequestSpec = map[string]string{
    	"":                  "TokenRequestSpec contains client provided parameters of a token request.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 12:50:40 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authentication/v1/generated.proto

      optional TokenRequestStatus status = 3;
    }
    
    // TokenRequestSpec contains client provided parameters of a token request.
    message TokenRequestSpec {
      // Audiences are the intendend audiences of the token. A recipient of a
      // token must identify themself with an identifier in the list of
      // audiences of the token, and otherwise should reject the token. A
      // token issued for multiple audiences may be used to authenticate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top