| 455 | } |
| 456 | |
| 457 | export class OAuthCompleteError |
| 458 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 459 | message: Schema.String, |
| 460 | /** 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