You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classes/Configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ let config = new client.Configuration(server, clientId, clientSecret)
59
59
| ------ | ------ | ------ |
60
60
|`server`|[`ServerMetadata`](../interfaces/ServerMetadata.md)| Authorization Server Metadata |
61
61
|`clientId`|`string`| Client Identifier at the Authorization Server |
62
-
|`metadata`? |`string`\|[`Partial`](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype)\<[`ClientMetadata`](../interfaces/ClientMetadata.md)\>| Client Metadata, when a string is passed in it is a shorthand for passing just [ClientMetadata.client_secret](../interfaces/ClientMetadata.md#client_secret). |
62
+
|`metadata`? |`string`\|[`Partial`](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype)\<[`ClientMetadata`](../interfaces/ClientMetadata.md)\>| Client Metadata, when a string is passed in it is a shorthand for passing just [ClientMetadata.client\_secret](../interfaces/ClientMetadata.md#client_secret). |
63
63
|`clientAuthentication`? |[`ClientAuth`](../type-aliases/ClientAuth.md)| Implementation of the Client's Authentication Method at the Authorization Server. |
Copy file name to clipboardExpand all lines: docs/functions/TlsClientAuth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Support from the community to continue maintaining and improving this module is
11
11
**`tls_client_auth`** uses the HTTP request body to send only `client_id` as
12
12
`application/x-www-form-urlencoded` body parameter and the mTLS key and
13
13
certificate is configured through
14
-
[ClientMetadata.use_mtls_endpoint_aliases](../interfaces/ClientMetadata.md#use_mtls_endpoint_aliases) and [customFetch](../variables/customFetch.md).
14
+
[ClientMetadata.use\_mtls\_endpoint\_aliases](../interfaces/ClientMetadata.md#use_mtls_endpoint_aliases) and [customFetch](../variables/customFetch.md).
|`parameters`|[`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)\<`string`, `string`\>\|[`URLSearchParams`](https://developer.mozilla.org/docs/Web/API/URLSearchParams)| Authorization request parameters that will be sent to PAR|
23
+
|`parameters`|[`Record`](https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type)\<`string`, `string`\>\|[`URLSearchParams`](https://developer.mozilla.org/docs/Web/API/URLSearchParams)| Authorization request parameters that will be encoded in the querystring of the URL|
Copy file name to clipboardExpand all lines: docs/functions/discovery.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ NOT RECOMMENDED as it disables the [ServerMetadata.issuer](../interfaces/ServerM
31
31
| ------ | ------ | ------ |
32
32
|`server`|[`URL`](https://developer.mozilla.org/docs/Web/API/URL)| URL representation of the Authorization Server's Issuer Identifier |
33
33
|`clientId`|`string`| Client Identifier at the Authorization Server |
34
-
|`metadata`? |`string`\|[`Partial`](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype)\<[`ClientMetadata`](../interfaces/ClientMetadata.md)\>| Client Metadata, when a string is passed in it is a shorthand for passing just [ClientMetadata.client_secret](../interfaces/ClientMetadata.md#client_secret)|
34
+
|`metadata`? |`string`\|[`Partial`](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype)\<[`ClientMetadata`](../interfaces/ClientMetadata.md)\>| Client Metadata, when a string is passed in it is a shorthand for passing just [ClientMetadata.client\_secret](../interfaces/ClientMetadata.md#client_secret)|
Enables validating the JWS Signature of either a JWT [Response.body](https://developer.mozilla.org/docs/Web/API/Response/body) or
12
-
[TokenEndpointResponse.id_token](../interfaces/TokenEndpointResponse.md#id_token) of a processed [Response](https://developer.mozilla.org/docs/Web/API/Response) such as
12
+
[TokenEndpointResponse.id\_token](../interfaces/TokenEndpointResponse.md#id_token) of a processed [Response](https://developer.mozilla.org/docs/Web/API/Response) such as
13
13
JWT UserInfo or JWT Introspection responses.
14
14
15
15
Note: Validating signatures of JWTs received via direct communication between
0 commit comments