(issuer string)
| 374 | } |
| 375 | |
| 376 | func WithIssuer(issuer string) func(*FakeIDP) { |
| 377 | return func(f *FakeIDP) { |
| 378 | f.locked.SetIssuer(issuer) |
| 379 | } |
| 380 | } |
| 381 | |
| 382 | // WithOmitEmailVerifiedDefault suppresses the default email_verified=true |
| 383 | // injection in encodeClaims. Use this for tests that exercise the handler's |