Function: resourceDiscoveryRequest()
August 29, 2025 ยท View on GitHub
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
โธ resourceDiscoveryRequest(resourceIdentifier, options?): Promise<Response>
Performs a protected resource metadata discovery.
Parameters
| Parameter | Type | Description |
|---|---|---|
resourceIdentifier | URL | Protected resource's resource identifier to resolve the well-known discovery URI for |
options? | HttpRequestOptions<"GET", undefined> | - |
Returns
Resolves with a Response to then invoke processResourceDiscoveryResponse with