Skip to content

Commit

Permalink
chore: upgrade dependencies, typescript, and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 2, 2024
1 parent 57d8355 commit e107b4f
Show file tree
Hide file tree
Showing 18 changed files with 222 additions and 540 deletions.
2 changes: 1 addition & 1 deletion docs/interfaces/AuthorizationDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`parameter`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`parameter`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
4 changes: 4 additions & 0 deletions docs/interfaces/ClientMetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ A subset of the [IANA OAuth Client Metadata
registry](https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#client-metadata)
that has an effect on how the Client functions

## Indexable

\[`metadata`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

### client\_id
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ConfirmationClaims.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`claim`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`claim`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/DeviceAuthorizationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`parameter`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`parameter`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
10 changes: 10 additions & 0 deletions docs/interfaces/DiscoveryRequestOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ Note: Presence of [allowInsecureRequests](../functions/allowInsecureRequests.md)
the use of insecure HTTP requests for the Authorization Server Metadata
discovery request itself.

#### Parameters

| Parameter | Type |
| ------ | ------ |
| `config` | [`Configuration`](../classes/Configuration.md) |

#### Returns

`void`

#### Example

Disable the HTTPS-only restriction for the discovery call and subsequently
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IDToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`claim`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`claim`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/IntrospectionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`claim`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`claim`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/JWK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`parameter`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`parameter`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MTLSEndpointAliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`metadata`: `string`\]: `string` \| `undefined`
\[`metadata`: `string`\]: `undefined` \| `string`

## Properties

Expand Down
4 changes: 4 additions & 0 deletions docs/interfaces/ServerMetadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Authorization Server Metadata

[IANA OAuth Authorization Server Metadata registry](https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml#authorization-server-metadata)

## Indexable

\[`metadata`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

### issuer
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/TokenEndpointResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`parameter`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`parameter`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/UserInfoAddress.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`claim`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`claim`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/UserInfoResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`claim`: `string`\]: [`JsonValue`](../type-aliases/JsonValue.md) \| `undefined`
\[`claim`: `string`\]: `undefined` \| [`JsonValue`](../type-aliases/JsonValue.md)

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/WWWAuthenticateChallengeParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Support from the community to continue maintaining and improving this module is

## Indexable

\[`parameter`: [`Lowercase`](https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html#lowercasestringtype)\<`string`\>\]: `string` \| `undefined`
\[`parameter`: [`Lowercase`](https://www.typescriptlang.org/docs/handbook/2/template-literal-types.html#lowercasestringtype)\<`string`\>\]: `undefined` \| `string`

## Properties

Expand Down
Loading

0 comments on commit e107b4f

Please sign in to comment.