MCPcopy Index your code
hub / github.com/coder/coder / WithDefaultExpire

Function WithDefaultExpire

coderd/coderdtest/oidctest/idp.go:284–288  ·  view source on GitHub ↗
(d time.Duration)

Source from the content-addressed store, hash-verified

282}
283
284func WithDefaultExpire(d time.Duration) func(*FakeIDP) {
285 return func(f *FakeIDP) {
286 f.defaultExpire = d
287 }
288}
289
290func WithCallbackPath(path string) func(*FakeIDP) {
291 return func(f *FakeIDP) {

Callers 3

RunIDPFunction · 0.92

Calls

no outgoing calls

Tested by 2