add delete, get, list idp

This commit is contained in:
miloschwartz
2025-04-15 09:26:25 -04:00
parent aa3b527f67
commit e86640547e
7 changed files with 302 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
export * from "./createOidcIdp";
export * from "./deleteIdp";
export * from "./listIdps";
export * from "./generateOidcUrl";
export * from "./validateOidcCallback";
export * from "./getIdp";