adding ms grpah client

This commit is contained in:
2024-06-05 21:28:12 -05:00
parent 373337d8d6
commit 1de80a7a20
19 changed files with 858 additions and 101 deletions

View File

@@ -1,3 +1,5 @@
export interface AuthOptions {
tenantId: string;
clientId: string;
clientSecret: string;
}