remove deadcode

This commit is contained in:
Erikson Bahr 2024-02-01 13:38:54 -03:00
parent 4b00a44fcf
commit d6734336dc
No known key found for this signature in database
GPG Key ID: 18A31B1438D87934
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ type StoredSessionLoaderOptions struct {
// If the sesssion is older than `RefreshPeriod` but the provider doesn't
// refresh it, we must re-validate using this validation.
ValidateSession func(context.Context, *sessionsapi.SessionState) bool
// Callback that is called when a session is refreshed
OnSessionRefreshed *func(context.Context, *http.Request, *sessionsapi.SessionState)
}
// NewStoredSessionLoader creates a new storedSessionLoader which loads