Option to configure minioidc.
func(cfg *op.Config)
| 30 | |
| 31 | // Option to configure minioidc. |
| 32 | type Option func(cfg *op.Config) |
| 33 | |
| 34 | // WithDeviceAuthorizationPollInterval sets the device authorization poll interval. |
| 35 | func WithDeviceAuthorizationPollInterval(interval time.Duration) Option { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…