| 374 | } |
| 375 | |
| 376 | export class OAuthStartError |
| 377 | extends Schema.TaggedErrorClass<OAuthStartError>()("OAuthStartError", { |
| 378 | message: Schema.String, |
| 379 | /** True when an enterprise identity provider declined to authorize this |
nothing calls this directly
no outgoing calls
no test coverage detected