(username, cookieValue string)
| 20 | deleteSourceManager(ctx context.Context, src snapshot.SourceInfo) bool |
| 21 | generateShortTermAuthCookie(username string, now time.Time) (string, error) |
| 22 | isAuthCookieValid(username, cookieValue string) bool |
| 23 | getAuthorizer() auth.Authorizer |
| 24 | getAuthenticator() auth.Authenticator |
| 25 | getOptions() *Options |
no outgoing calls
no test coverage detected