| 204 | } |
| 205 | |
| 206 | export class OAuthCompleteError |
| 207 | extends Schema.TaggedErrorClass<OAuthCompleteError>()("OAuthCompleteError", { |
| 208 | message: Schema.String, |
| 209 | /** 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