| 40 | * to inspect error messages to tell "metadata drifted, re-discover" |
| 41 | * apart from "refresh token is no longer honoured". */ |
| 42 | export class OAuthDiscoveryError extends Data.TaggedError("OAuthDiscoveryError")<{ |
| 43 | readonly message: string; |
| 44 | readonly status?: number; |
| 45 | /** RFC 6749 §5.2 / RFC 7591 §3.2.2 error code, when the AS returned |
nothing calls this directly
no outgoing calls
no test coverage detected