| 400 | } |
| 401 | |
| 402 | export class OAuthCompleteError |
| 403 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 404 | message: Schema.String, |
| 405 | /** 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