Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
  3. 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