| 436 | } |
| 437 | |
| 438 | export class OAuthStartError |
| 439 | extends Schema.TaggedErrorClass<OAuthStartError>()("OAuthStartError", { |
| 440 | message: Schema.String, |
| 441 | /** True when an enterprise identity provider declined to authorize this |
nothing calls this directly
no outgoing calls
no test coverage detected