Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DurationSeconds (0.18 sec)

  1. internal/config/identity/openid/jwt_test.go

    		},
    		{
    			reqURL:    "http://127.0.0.1:8443/?DurationSeconds=9s",
    			expectErr: true,
    		},
    		{
    			reqURL:    "http://127.0.0.1:8443/?DurationSeconds=31536001",
    			expectErr: true,
    		},
    		{
    			reqURL:    "http://127.0.0.1:8443/?DurationSeconds=800",
    			expectErr: true,
    		},
    		{
    			reqURL:   "http://127.0.0.1:8443/?DurationSeconds=901",
    			duration: time.Duration(901) * time.Second,
    		},
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 8.3K bytes
    - Viewed (0)
Back to top