Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / DiscoveredMetadata
Interface: DiscoveredMetadata
Defined in: packages/security/src/oauth/types.ts:66
Result of running the discovery pipeline. Either the protected resource metadata produced an authorization-server URL we then fetched, or we discovered the authorization-server directly.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
resource? | readonly | ProtectedResourceMetadata | packages/security/src/oauth/types.ts:68 |
server | readonly | OAuthServerMetadata | packages/security/src/oauth/types.ts:67 |