- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for populateSessionPolicy (0.07 sec)
-
cmd/sts-handlers.go
tokenRevokeTypeClaim = "tokenRevokeType" // maximum supported STS session policy size maxSTSSessionPolicySize = 2048 ) type stsClaims map[string]any func (c stsClaims) populateSessionPolicy(form url.Values) error { if len(form) == 0 { return nil } sessionPolicyStr := form.Get(stsPolicy) if len(sessionPolicyStr) == 0 { return nil }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 36.6K bytes - Viewed (0)