(
metadata: Awaited<ReturnType<typeof discoverAuthorizationServerMetadata>>,
)
| 1452 | } |
| 1453 | |
| 1454 | setMetadata( |
| 1455 | metadata: Awaited<ReturnType<typeof discoverAuthorizationServerMetadata>>, |
| 1456 | ): void { |
| 1457 | this._metadata = metadata |
| 1458 | } |
| 1459 | |
| 1460 | /** |
| 1461 | * Called by the fetch wrapper when a 403 insufficient_scope response is |
no outgoing calls
no test coverage detected