| 393 | } |
| 394 | |
| 395 | export class OAuthStartError |
| 396 | extends Schema.TaggedErrorClass<OAuthStartError>()("OAuthStartError", { |
| 397 | message: Schema.String, |
| 398 | /** True when an enterprise identity provider declined to authorize this |
nothing calls this directly
no outgoing calls
no test coverage detected