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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,8 +59,8 @@ 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). |
63
-
|`clientAuthentication`? |[`ClientAuth`](../type-aliases/ClientAuth.md)| Implementation of the Client's Authentication Method 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 it is a shorthand for passing just [ClientMetadata.client\_secret](../interfaces/ClientMetadata.md#client_secret). |
63
+
|`clientAuthentication`? |[`ClientAuth`](../type-aliases/ClientAuth.md)| Implementation of the Client's Authentication Method at the Authorization Server. Default is [ClientSecretPost](../functions/ClientSecretPost.md) using the [ClientMetadata.client\_secret](../interfaces/ClientMetadata.md#client_secret). |
Copy file name to clipboardExpand all lines: docs/functions/discovery.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ 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)|
|`metadata`? |`string`\|[`Partial`](https://www.typescriptlang.org/docs/handbook/utility-types.html#partialtype)\<[`ClientMetadata`](../interfaces/ClientMetadata.md)\>| Client Metadata, when a string is passed it is a shorthand for passing just [ClientMetadata.client\_secret](../interfaces/ClientMetadata.md#client_secret)|
35
+
|`clientAuthentication`? |[`ClientAuth`](../type-aliases/ClientAuth.md)|Implementation of the Client's Authentication Method at the Authorization Server. Default is [ClientSecretPost](ClientSecretPost.md) using the [ClientMetadata.client\_secret](../interfaces/ClientMetadata.md#client_secret).|
0 commit comments