| 290 | } |
| 291 | |
| 292 | export class OAuthCompleteError |
| 293 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 294 | message: Schema.String, |
| 295 | /** 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