| 209 | } |
| 210 | |
| 211 | export class OAuthCompleteError |
| 212 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 213 | message: Schema.String, |
| 214 | /** 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