| 1 | export default eventHandlerWithOAuthSession(async (event, oAuthSession, serverSession) => { |
| 2 | // Even though the signOut also clears part of the server cache, this should be done in order |
| 3 | // to let the OAuth package do any other clean up it may need |
| 4 | await oAuthSession?.signOut() |
nothing calls this directly
no test coverage detected