(secret string)
| 1007 | } |
| 1008 | |
| 1009 | func WithAuthAPIKeyHMACSecret(secret string) AppOption { |
| 1010 | return func(o *ApplicationConfig) { |
| 1011 | o.Auth.APIKeyHMACSecret = secret |
| 1012 | } |
| 1013 | } |
| 1014 | |
| 1015 | func WithAuthDefaultAPIKeyExpiry(expiry string) AppOption { |
| 1016 | return func(o *ApplicationConfig) { |
no outgoing calls
no test coverage detected