| 51 | } |
| 52 | |
| 53 | interface AuthorizeResult { |
| 54 | url?: string; |
| 55 | instructions?: string; |
| 56 | method?: string; |
| 57 | callback?: (code?: string) => Promise<unknown>; |
| 58 | } |
| 59 | |
| 60 | interface AuthHook { |
| 61 | provider: string; |
nothing calls this directly
no outgoing calls
no test coverage detected