- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GetUserReadableClaim (0.37 sec)
-
internal/config/identity/openid/openid.go
return 0, auth.ErrInvalidDuration } return defaultExpiryDuration, nil } // GetUserReadableClaim returns the human readable claim name for the given // configuration name. func (r Config) GetUserReadableClaim(cfgName string) string { pCfg, ok := r.ProviderCfgs[cfgName] if ok { return pCfg.UserReadableClaim } return "" }Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 17.3K bytes - Viewed (0)