The authorization URL captured from the last redirect (for TUI display).
()
| 172 | |
| 173 | /** The authorization URL captured from the last redirect (for TUI display). */ |
| 174 | getAuthUrl(): string | undefined { |
| 175 | return this.authUrl |
| 176 | } |
| 177 | |
| 178 | /** Called by the callback server when the OAuth redirect lands. */ |
| 179 | resolveCode(code: string): void { |