| 429 | } |
| 430 | |
| 431 | export class OAuthStartError |
| 432 | extends Schema.TaggedErrorClass<OAuthStartError>()("OAuthStartError", { |
| 433 | message: Schema.String, |
| 434 | /** True when an enterprise identity provider declined to authorize this |
nothing calls this directly
no outgoing calls
no test coverage detected