| 45 | } |
| 46 | |
| 47 | interface AuthMethod { |
| 48 | type: string; |
| 49 | label: string; |
| 50 | inputs?: Record<string, { placeholder?: string; required?: boolean }>; |
| 51 | } |
| 52 | |
| 53 | interface AuthorizeResult { |
| 54 | url?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected