| 217 | } |
| 218 | |
| 219 | export class OAuthCompleteError |
| 220 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 221 | message: Schema.String, |
| 222 | /** 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