Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.42 KB

File metadata and controls

29 lines (17 loc) · 1.42 KB

Function: resourceDiscoveryRequest()

💗 Help the project

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

Promise<Response>

Resolves with a Response to then invoke processResourceDiscoveryResponse with

See

RFC 9728 - OAuth 2.0 Protected Resource Metadata