| 24 | // --------------------------------------------------------------------------- |
| 25 | |
| 26 | export class OAuth2Error extends Data.TaggedError("OAuth2Error")<{ |
| 27 | readonly message: string; |
| 28 | /** |
| 29 | * RFC 6749 §5.2 error code, when the token endpoint returned one |
nothing calls this directly
no outgoing calls
no test coverage detected