1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Allow specifying more OIDC client metadata for dynamic registration (#4070)

This commit is contained in:
Michael Telatynski
2024-02-16 14:43:52 +00:00
committed by GitHub
parent 2cf7d819d9
commit fe46fec161
4 changed files with 77 additions and 29 deletions

View File

@@ -56,6 +56,7 @@ export * from "./crypto/store/localStorage-crypto-store";
export * from "./crypto/store/indexeddb-crypto-store";
export type { OutgoingRoomKeyRequest } from "./crypto/store/base";
export * from "./content-repo";
export * from "./@types/common";
export * from "./@types/uia";
export * from "./@types/event";
export * from "./@types/PushRules";