| 1 | import type { OAuthSession } from '@atproto/oauth-client-node' |
| 2 | import { OAuthCallbackError } from '@atproto/oauth-client-node' |
| 3 | import { createError, getQuery, sendRedirect, setCookie, getCookie, deleteCookie } from 'h3' |
| 4 | import type { H3Event } from 'h3' |
nothing calls this directly
no test coverage detected