| 295 | } |
| 296 | |
| 297 | export class OAuthCompleteError |
| 298 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 299 | message: Schema.String, |
| 300 | /** True when the auth-code exchange failed in a way the user must restart. */ |
nothing calls this directly
no outgoing calls
no test coverage detected