| 419 | } |
| 420 | |
| 421 | export class OAuthCompleteError |
| 422 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 423 | message: Schema.String, |
| 424 | /** 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