()
| 179 | } |
| 180 | |
| 181 | state(): string | Promise<string> { |
| 182 | return generateOAuthState(); |
| 183 | } |
| 184 | |
| 185 | async clientInformation() { |
| 186 | // Try to get the preregistered client information from session storage first |
nothing calls this directly
no test coverage detected