Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for beraber (0.24 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"token": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Token is the opaque bearer token.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"expirationTimestamp": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. api/openapi-spec/swagger.json

              "description": "ExpirationTimestamp is the time of expiration of the returned token."
            },
            "token": {
              "description": "Token is the opaque bearer token.",
              "type": "string"
            }
          },
          "required": [
            "token",
            "expirationTimestamp"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top