@azure/communication-identity 1.3.2-alpha.20241113.1 → 1.3.2-alpha.20241119.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/browser/common/logger.d.ts +5 -0
- package/dist/browser/common/logger.d.ts.map +1 -0
- package/dist/browser/communicationIdentityClient.d.ts +76 -0
- package/dist/browser/communicationIdentityClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/communicationIdentityClient.js +3 -3
- package/dist/browser/communicationIdentityClient.js.map +1 -0
- package/dist/browser/constants.d.ts +2 -0
- package/dist/browser/constants.d.ts.map +1 -0
- package/dist/browser/generated/src/identityRestClient.d.ts +17 -0
- package/dist/browser/generated/src/identityRestClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/identityRestClient.js +1 -1
- package/dist/browser/generated/src/identityRestClient.js.map +1 -0
- package/dist/browser/generated/src/index.d.ts +4 -0
- package/dist/browser/generated/src/index.d.ts.map +1 -0
- package/dist/browser/generated/src/index.js +11 -0
- package/dist/browser/generated/src/index.js.map +1 -0
- package/dist/browser/generated/src/models/index.d.ts +127 -0
- package/dist/browser/generated/src/models/index.d.ts.map +1 -0
- package/dist/browser/generated/src/models/mappers.d.ts +10 -0
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/browser/generated/src/models/parameters.d.ts +14 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js +1 -1
- package/dist/browser/generated/src/models/parameters.js.map +1 -0
- package/dist/browser/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
- package/dist/browser/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/operations/communicationIdentityOperations.js +3 -3
- package/dist/browser/generated/src/operations/communicationIdentityOperations.js.map +1 -0
- package/dist/browser/generated/src/operations/index.d.ts +2 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
- package/{dist-esm/src/generated/src → dist/browser/generated/src/operations}/index.js +1 -3
- package/{dist-esm/src → dist/browser}/generated/src/operations/index.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
- package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js +9 -0
- package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/generated/src/tracing.d.ts +2 -0
- package/dist/browser/generated/src/tracing.d.ts.map +1 -0
- package/dist/browser/index.d.ts +3 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +5 -0
- package/{dist-esm/src → dist/browser}/index.js.map +1 -1
- package/dist/browser/models.d.ts +65 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/commonjs/common/logger.d.ts +5 -0
- package/dist/commonjs/common/logger.d.ts.map +1 -0
- package/dist/commonjs/common/logger.js +11 -0
- package/dist/commonjs/common/logger.js.map +1 -0
- package/dist/commonjs/communicationIdentityClient.d.ts +76 -0
- package/dist/commonjs/communicationIdentityClient.d.ts.map +1 -0
- package/dist/commonjs/communicationIdentityClient.js +107 -0
- package/dist/commonjs/communicationIdentityClient.js.map +1 -0
- package/dist/commonjs/constants.d.ts +2 -0
- package/dist/commonjs/constants.d.ts.map +1 -0
- package/dist/commonjs/constants.js +7 -0
- package/dist/commonjs/constants.js.map +1 -0
- package/dist/commonjs/generated/src/identityRestClient.d.ts +17 -0
- package/dist/commonjs/generated/src/identityRestClient.d.ts.map +1 -0
- package/dist/commonjs/generated/src/identityRestClient.js +74 -0
- package/dist/commonjs/generated/src/identityRestClient.js.map +1 -0
- package/dist/commonjs/generated/src/index.d.ts +4 -0
- package/dist/commonjs/generated/src/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/index.js +16 -0
- package/dist/commonjs/generated/src/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/index.d.ts +127 -0
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/index.js +25 -0
- package/dist/commonjs/generated/src/models/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts +10 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.js +224 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts +14 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.js +94 -0
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.js +182 -0
- package/dist/commonjs/generated/src/operations/communicationIdentityOperations.js.map +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts +2 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/index.js +12 -0
- package/dist/commonjs/generated/src/operations/index.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
- package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/src/tracing.d.ts +2 -0
- package/dist/commonjs/generated/src/tracing.d.ts.map +1 -0
- package/dist/commonjs/generated/src/tracing.js +17 -0
- package/dist/commonjs/generated/src/tracing.js.map +1 -0
- package/dist/commonjs/index.d.ts +3 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +8 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models.d.ts +65 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/common/logger.d.ts +5 -0
- package/dist/esm/common/logger.d.ts.map +1 -0
- package/dist/esm/common/logger.js +8 -0
- package/dist/esm/common/logger.js.map +1 -0
- package/dist/esm/communicationIdentityClient.d.ts +76 -0
- package/dist/esm/communicationIdentityClient.d.ts.map +1 -0
- package/dist/esm/communicationIdentityClient.js +103 -0
- package/dist/esm/communicationIdentityClient.js.map +1 -0
- package/dist/esm/constants.d.ts +2 -0
- package/dist/esm/constants.d.ts.map +1 -0
- package/dist/esm/constants.js +4 -0
- package/dist/esm/constants.js.map +1 -0
- package/dist/esm/generated/src/identityRestClient.d.ts +17 -0
- package/dist/esm/generated/src/identityRestClient.d.ts.map +1 -0
- package/dist/esm/generated/src/identityRestClient.js +69 -0
- package/dist/esm/generated/src/identityRestClient.js.map +1 -0
- package/dist/esm/generated/src/index.d.ts +4 -0
- package/dist/esm/generated/src/index.d.ts.map +1 -0
- package/dist/esm/generated/src/index.js +11 -0
- package/dist/esm/generated/src/index.js.map +1 -0
- package/dist/esm/generated/src/models/index.d.ts +127 -0
- package/dist/esm/generated/src/models/index.d.ts.map +1 -0
- package/dist/esm/generated/src/models/index.js +22 -0
- package/dist/esm/generated/src/models/index.js.map +1 -0
- package/dist/esm/generated/src/models/mappers.d.ts +10 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/src/models/mappers.js +221 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -0
- package/dist/esm/generated/src/models/parameters.d.ts +14 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/src/models/parameters.js +91 -0
- package/dist/esm/generated/src/models/parameters.js.map +1 -0
- package/dist/esm/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
- package/dist/esm/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/communicationIdentityOperations.js +177 -0
- package/dist/esm/generated/src/operations/communicationIdentityOperations.js.map +1 -0
- package/dist/esm/generated/src/operations/index.d.ts +2 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/index.js +9 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
- package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
- package/{dist-esm/src/generated/src/operationsInterfaces/index.js → dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.js} +2 -2
- package/dist/esm/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/src/tracing.d.ts +2 -0
- package/dist/esm/generated/src/tracing.d.ts.map +1 -0
- package/dist/esm/generated/src/tracing.js +14 -0
- package/dist/esm/generated/src/tracing.js.map +1 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models.d.ts +65 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/react-native/common/logger.d.ts +5 -0
- package/dist/react-native/common/logger.d.ts.map +1 -0
- package/dist/react-native/common/logger.js +8 -0
- package/dist/react-native/common/logger.js.map +1 -0
- package/dist/react-native/communicationIdentityClient.d.ts +76 -0
- package/dist/react-native/communicationIdentityClient.d.ts.map +1 -0
- package/dist/react-native/communicationIdentityClient.js +103 -0
- package/dist/react-native/communicationIdentityClient.js.map +1 -0
- package/dist/react-native/constants.d.ts +2 -0
- package/dist/react-native/constants.d.ts.map +1 -0
- package/dist/react-native/constants.js +4 -0
- package/dist/react-native/constants.js.map +1 -0
- package/dist/react-native/generated/src/identityRestClient.d.ts +17 -0
- package/dist/react-native/generated/src/identityRestClient.d.ts.map +1 -0
- package/dist/react-native/generated/src/identityRestClient.js +69 -0
- package/dist/react-native/generated/src/identityRestClient.js.map +1 -0
- package/dist/react-native/generated/src/index.d.ts +4 -0
- package/dist/react-native/generated/src/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/index.js +11 -0
- package/dist/react-native/generated/src/index.js.map +1 -0
- package/dist/react-native/generated/src/models/index.d.ts +127 -0
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/index.js +22 -0
- package/dist/react-native/generated/src/models/index.js.map +1 -0
- package/dist/react-native/generated/src/models/mappers.d.ts +10 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/mappers.js +221 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -0
- package/dist/react-native/generated/src/models/parameters.d.ts +14 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/parameters.js +91 -0
- package/dist/react-native/generated/src/models/parameters.js.map +1 -0
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.d.ts +49 -0
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.js +177 -0
- package/dist/react-native/generated/src/operations/communicationIdentityOperations.js.map +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts +2 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/index.js +9 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts +41 -0
- package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.d.ts.map +1 -0
- package/{dist-esm/src/generated/src/operations/index.js → dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.js} +2 -2
- package/dist/react-native/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/src/tracing.d.ts +2 -0
- package/dist/react-native/generated/src/tracing.d.ts.map +1 -0
- package/dist/react-native/generated/src/tracing.js +14 -0
- package/dist/react-native/generated/src/tracing.js.map +1 -0
- package/dist/react-native/index.d.ts +3 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +5 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models.d.ts +65 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/package.json +68 -48
- package/dist/index.js +0 -684
- package/dist/index.js.map +0 -1
- package/dist-esm/src/communicationIdentityClient.js.map +0 -1
- package/dist-esm/src/generated/src/identityRestClient.js.map +0 -1
- package/dist-esm/src/generated/src/index.js.map +0 -1
- package/dist-esm/src/generated/src/models/parameters.js.map +0 -1
- package/dist-esm/src/generated/src/operations/communicationIdentityOperations.js.map +0 -1
- package/dist-esm/src/generated/src/operationsInterfaces/communicationIdentityOperations.js.map +0 -1
- package/dist-esm/src/index.js +0 -5
- /package/{dist-esm/src → dist/browser}/common/logger.js +0 -0
- /package/{dist-esm/src → dist/browser}/common/logger.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/constants.js +0 -0
- /package/{dist-esm/src → dist/browser}/constants.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/index.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/communicationIdentityOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/tracing.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/tracing.js.map +0 -0
- /package/{dist-esm/src → dist/browser}/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/models.js.map +0 -0
- /package/{types → dist}/communication-identity.d.ts +0 -0
@@ -0,0 +1,9 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export * from "./communicationIdentityOperations.js";
|
9
|
+
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,sCAAsC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./communicationIdentityOperations.js\";\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"tracing.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/tracing.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,aAAa,6CAIxB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,kCAAkC,CAAC;AACjD,cAAc,aAAa,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,kCAAkC,CAAC;AACjD,cAAc,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport * from \"./communicationIdentityClient.js\";\nexport * from \"./models.js\";\n"]}
|
@@ -0,0 +1,65 @@
|
|
1
|
+
import type { CommonClientOptions, OperationOptions } from "@azure/core-client";
|
2
|
+
import type { CommunicationUserIdentifier } from "@azure/communication-common";
|
3
|
+
/**
|
4
|
+
* Represents the scope of the token.
|
5
|
+
*/
|
6
|
+
export type TokenScope = "chat" | "voip" | "chat.join" | "chat.join.limited" | "voip.join";
|
7
|
+
/**
|
8
|
+
* Client options used to configure the CommunicationIdentity API requests.
|
9
|
+
*/
|
10
|
+
export interface CommunicationIdentityClientOptions extends CommonClientOptions {
|
11
|
+
}
|
12
|
+
/**
|
13
|
+
* The access token for a user.
|
14
|
+
*/
|
15
|
+
export interface CommunicationAccessToken {
|
16
|
+
/**
|
17
|
+
* The access token issued for the user.
|
18
|
+
*/
|
19
|
+
token: string;
|
20
|
+
/**
|
21
|
+
* The expiry time of the token.
|
22
|
+
*/
|
23
|
+
expiresOn: Date;
|
24
|
+
}
|
25
|
+
/**
|
26
|
+
* The issued token and the user it was issued for.
|
27
|
+
*/
|
28
|
+
export interface CommunicationUserToken extends CommunicationAccessToken {
|
29
|
+
/**
|
30
|
+
* Represents the user the token was issued for
|
31
|
+
*/
|
32
|
+
user: CommunicationUserIdentifier;
|
33
|
+
}
|
34
|
+
/**
|
35
|
+
* Options used to exchange an AAD access token of a Teams user for a new Communication Identity access token.
|
36
|
+
*/
|
37
|
+
export interface GetTokenForTeamsUserOptions extends OperationOptions {
|
38
|
+
/**
|
39
|
+
* Azure Active Directory access token of a Teams user.
|
40
|
+
*/
|
41
|
+
teamsUserAadToken: string;
|
42
|
+
/**
|
43
|
+
* Client ID of an Azure AD application to be verified against the appId claim in the Azure AD access token.
|
44
|
+
*/
|
45
|
+
clientId: string;
|
46
|
+
/**
|
47
|
+
* Object ID of an Azure AD user (Teams User) to be verified against the OID claim in the Azure AD access token.
|
48
|
+
*/
|
49
|
+
userObjectId: string;
|
50
|
+
}
|
51
|
+
/**
|
52
|
+
* Options to create a single user and a token simultaneously.
|
53
|
+
*/
|
54
|
+
export declare interface CreateUserAndTokenOptions extends OperationOptions {
|
55
|
+
/** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */
|
56
|
+
tokenExpiresInMinutes?: number;
|
57
|
+
}
|
58
|
+
/**
|
59
|
+
* Options to create a scoped user token.
|
60
|
+
*/
|
61
|
+
export declare interface GetTokenOptions extends OperationOptions {
|
62
|
+
/** Optional custom validity period of the token within [60,1440] minutes range. If not provided, the default value of 1440 minutes (24 hours) will be used. */
|
63
|
+
tokenExpiresInMinutes?: number;
|
64
|
+
}
|
65
|
+
//# sourceMappingURL=models.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../src/models.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAChF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAE/E;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,mBAAmB,GAAG,WAAW,CAAC;AAE3F;;GAEG;AACH,MAAM,WAAW,kCAAmC,SAAQ,mBAAmB;CAAG;AAElF;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,wBAAwB;IACtE;;OAEG;IACH,IAAI,EAAE,2BAA2B,CAAC;CACnC;AAED;;GAEG;AACH,MAAM,WAAW,2BAA4B,SAAQ,gBAAgB;IACnE;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,yBAA0B,SAAQ,gBAAgB;IACzE,+JAA+J;IAC/J,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,eAAgB,SAAQ,gBAAgB;IAC/D,+JAA+J;IAC/J,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAChC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/common/logger.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,eAAO,MAAM,MAAM,qCAA+C,CAAC"}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
3
|
+
// Licensed under the MIT License.
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.logger = void 0;
|
6
|
+
const logger_1 = require("@azure/logger");
|
7
|
+
/**
|
8
|
+
* The \@azure/logger configuration for this package.
|
9
|
+
*/
|
10
|
+
exports.logger = (0, logger_1.createClientLogger)("communication-identity");
|
11
|
+
//# sourceMappingURL=logger.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../../src/common/logger.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,0CAAmD;AAEnD;;GAEG;AACU,QAAA,MAAM,GAAG,IAAA,2BAAkB,EAAC,wBAAwB,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\n\n/**\n * The \\@azure/logger configuration for this package.\n */\nexport const logger = createClientLogger(\"communication-identity\");\n"]}
|
@@ -0,0 +1,76 @@
|
|
1
|
+
import type { CommunicationAccessToken, CommunicationIdentityClientOptions, CommunicationUserToken, GetTokenForTeamsUserOptions, CreateUserAndTokenOptions, GetTokenOptions, TokenScope } from "./models.js";
|
2
|
+
import type { CommunicationUserIdentifier } from "@azure/communication-common";
|
3
|
+
import type { OperationOptions } from "@azure/core-client";
|
4
|
+
import type { KeyCredential, TokenCredential } from "@azure/core-auth";
|
5
|
+
/**
|
6
|
+
* Client class for interacting with Azure Communication Services User Token Management.
|
7
|
+
*/
|
8
|
+
export declare class CommunicationIdentityClient {
|
9
|
+
/**
|
10
|
+
* A reference to the auto-generated UserToken HTTP client.
|
11
|
+
*/
|
12
|
+
private readonly client;
|
13
|
+
/**
|
14
|
+
* Initializes a new instance of the CommunicationIdentity class.
|
15
|
+
* @param connectionString - Connection string to connect to an Azure Communication Service resource.
|
16
|
+
* Example: "endpoint=https://contoso.eastus.communications.azure.net/;accesskey=secret";
|
17
|
+
* @param options - Optional. Options to configure the HTTP pipeline.
|
18
|
+
*/
|
19
|
+
constructor(connectionString: string, options?: CommunicationIdentityClientOptions);
|
20
|
+
/**
|
21
|
+
* Initializes a new instance of the CommunicationIdentity class using an Azure KeyCredential.
|
22
|
+
* @param endpoint - The endpoint of the service (ex: https://contoso.eastus.communications.azure.net).
|
23
|
+
* @param credential - An object that is used to authenticate requests to the service. Use the AzureKeyCredential or `@azure/identity` to create a credential.
|
24
|
+
* @param options - Optional. Options to configure the HTTP pipeline.
|
25
|
+
*/
|
26
|
+
constructor(endpoint: string, credential: KeyCredential, options?: CommunicationIdentityClientOptions);
|
27
|
+
/**
|
28
|
+
* Initializes a new instance of the CommunicationIdentity class using a TokenCredential.
|
29
|
+
* @param endpoint - The endpoint of the service (ex: https://contoso.eastus.communications.azure.net)
|
30
|
+
* @param credential - TokenCredential that is used to authenticate requests to the service.
|
31
|
+
* @param options - Optional. Options to configure the HTTP pipeline.
|
32
|
+
*/
|
33
|
+
constructor(endpoint: string, credential: TokenCredential, options?: CommunicationIdentityClientOptions);
|
34
|
+
/**
|
35
|
+
* Creates a scoped user token.
|
36
|
+
*
|
37
|
+
* @param user - The user whose tokens are being issued.
|
38
|
+
* @param scopes - Scopes to include in the token.
|
39
|
+
* @param options - Additional options for the request.
|
40
|
+
*/
|
41
|
+
getToken(user: CommunicationUserIdentifier, scopes: TokenScope[], options?: GetTokenOptions): Promise<CommunicationAccessToken>;
|
42
|
+
/**
|
43
|
+
* Revokes all data and tokens created for a user.
|
44
|
+
*
|
45
|
+
* @param user - The user whose tokens are being revoked.
|
46
|
+
* @param options - Additional options for the request.
|
47
|
+
*/
|
48
|
+
revokeTokens(user: CommunicationUserIdentifier, options?: OperationOptions): Promise<void>;
|
49
|
+
/**
|
50
|
+
* Creates a single user.
|
51
|
+
*
|
52
|
+
* @param options - Additional options for the request.
|
53
|
+
*/
|
54
|
+
createUser(options?: OperationOptions): Promise<CommunicationUserIdentifier>;
|
55
|
+
/**
|
56
|
+
* Creates a single user and a token simultaneously.
|
57
|
+
*
|
58
|
+
* @param scopes - Scopes to include in the token.
|
59
|
+
* @param options - Additional options for the request.
|
60
|
+
*/
|
61
|
+
createUserAndToken(scopes: TokenScope[], options?: CreateUserAndTokenOptions): Promise<CommunicationUserToken>;
|
62
|
+
/**
|
63
|
+
* Triggers revocation event for user and deletes all its data.
|
64
|
+
*
|
65
|
+
* @param user - The user being deleted.
|
66
|
+
* @param options - Additional options for the request.
|
67
|
+
*/
|
68
|
+
deleteUser(user: CommunicationUserIdentifier, options?: OperationOptions): Promise<void>;
|
69
|
+
/**
|
70
|
+
* Exchanges an Azure AD access token of a Teams user for a new Communication Identity access token with a matching expiration time.
|
71
|
+
*
|
72
|
+
* @param options - Options used to exchange an Azure AD access token of a Teams user for a new Communication Identity access token.
|
73
|
+
*/
|
74
|
+
getTokenForTeamsUser(options: GetTokenForTeamsUserOptions): Promise<CommunicationAccessToken>;
|
75
|
+
}
|
76
|
+
//# sourceMappingURL=communicationIdentityClient.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"communicationIdentityClient.d.ts","sourceRoot":"","sources":["../../src/communicationIdentityClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,wBAAwB,EACxB,kCAAkC,EAClC,sBAAsB,EACtB,2BAA2B,EAC3B,yBAAyB,EACzB,eAAe,EACf,UAAU,EACX,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAM/E,OAAO,KAAK,EAAiC,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAC1F,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAWvE;;GAEG;AACH,qBAAa,2BAA2B;IACtC;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;;;OAKG;gBACgB,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,kCAAkC;IAEzF;;;;;OAKG;gBAED,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,kCAAkC;IAE9C;;;;;OAKG;gBAED,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,kCAAkC;IA+B9C;;;;;;OAMG;IACI,QAAQ,CACb,IAAI,EAAE,2BAA2B,EACjC,MAAM,EAAE,UAAU,EAAE,EACpB,OAAO,GAAE,eAAoB,GAC5B,OAAO,CAAC,wBAAwB,CAAC;IAUpC;;;;;OAKG;IACI,YAAY,CACjB,IAAI,EAAE,2BAA2B,EAEjC,OAAO,GAAE,gBAAqB,GAC7B,OAAO,CAAC,IAAI,CAAC;IAahB;;;;OAIG;IAEI,UAAU,CAAC,OAAO,GAAE,gBAAqB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAgBvF;;;;;OAKG;IACI,kBAAkB,CACvB,MAAM,EAAE,UAAU,EAAE,EACpB,OAAO,GAAE,yBAA8B,GACtC,OAAO,CAAC,sBAAsB,CAAC;IAkBlC;;;;;OAKG;IACI,UAAU,CACf,IAAI,EAAE,2BAA2B,EAEjC,OAAO,GAAE,gBAAqB,GAC7B,OAAO,CAAC,IAAI,CAAC;IAahB;;;;OAIG;IACI,oBAAoB,CACzB,OAAO,EAAE,2BAA2B,GACnC,OAAO,CAAC,wBAAwB,CAAC;CAerC"}
|
@@ -0,0 +1,107 @@
|
|
1
|
+
"use strict";
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
3
|
+
// Licensed under the MIT License.
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
5
|
+
exports.CommunicationIdentityClient = void 0;
|
6
|
+
const communication_common_1 = require("@azure/communication-common");
|
7
|
+
const core_auth_1 = require("@azure/core-auth");
|
8
|
+
const identityRestClient_js_1 = require("./generated/src/identityRestClient.js");
|
9
|
+
const logger_js_1 = require("./common/logger.js");
|
10
|
+
const tracing_js_1 = require("./generated/src/tracing.js");
|
11
|
+
const isCommunicationIdentityClientOptions = (options) => options && !(0, core_auth_1.isTokenCredential)(options) && !(0, communication_common_1.isKeyCredential)(options);
|
12
|
+
/**
|
13
|
+
* Client class for interacting with Azure Communication Services User Token Management.
|
14
|
+
*/
|
15
|
+
class CommunicationIdentityClient {
|
16
|
+
constructor(connectionStringOrEndpoint, credentialOrOptions, maybeOptions = {}) {
|
17
|
+
const { url, credential } = (0, communication_common_1.parseClientArguments)(connectionStringOrEndpoint, credentialOrOptions);
|
18
|
+
const options = isCommunicationIdentityClientOptions(credentialOrOptions)
|
19
|
+
? credentialOrOptions
|
20
|
+
: maybeOptions;
|
21
|
+
const internalPipelineOptions = Object.assign(Object.assign({}, options), {
|
22
|
+
loggingOptions: {
|
23
|
+
logger: logger_js_1.logger.info,
|
24
|
+
},
|
25
|
+
});
|
26
|
+
this.client = new identityRestClient_js_1.IdentityRestClient(url, Object.assign({ endpoint: url }, internalPipelineOptions));
|
27
|
+
const authPolicy = (0, communication_common_1.createCommunicationAuthPolicy)(credential);
|
28
|
+
this.client.pipeline.addPolicy(authPolicy);
|
29
|
+
}
|
30
|
+
/**
|
31
|
+
* Creates a scoped user token.
|
32
|
+
*
|
33
|
+
* @param user - The user whose tokens are being issued.
|
34
|
+
* @param scopes - Scopes to include in the token.
|
35
|
+
* @param options - Additional options for the request.
|
36
|
+
*/
|
37
|
+
getToken(user, scopes, options = {}) {
|
38
|
+
return tracing_js_1.tracingClient.withSpan("CommunicationIdentity-issueToken", options, (updatedOptions) => {
|
39
|
+
return this.client.communicationIdentityOperations.issueAccessToken(user.communicationUserId, scopes, Object.assign({ expiresInMinutes: options.tokenExpiresInMinutes }, updatedOptions));
|
40
|
+
});
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* Revokes all data and tokens created for a user.
|
44
|
+
*
|
45
|
+
* @param user - The user whose tokens are being revoked.
|
46
|
+
* @param options - Additional options for the request.
|
47
|
+
*/
|
48
|
+
revokeTokens(user,
|
49
|
+
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options
|
50
|
+
options = {}) {
|
51
|
+
return tracing_js_1.tracingClient.withSpan("CommunicationIdentity-revokeTokens", options, async (updatedOptions) => {
|
52
|
+
await this.client.communicationIdentityOperations.revokeAccessTokens(user.communicationUserId, updatedOptions);
|
53
|
+
});
|
54
|
+
}
|
55
|
+
/**
|
56
|
+
* Creates a single user.
|
57
|
+
*
|
58
|
+
* @param options - Additional options for the request.
|
59
|
+
*/
|
60
|
+
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options
|
61
|
+
createUser(options = {}) {
|
62
|
+
return tracing_js_1.tracingClient.withSpan("CommunicationIdentity-createUser", options, async (updatedOptions) => {
|
63
|
+
const result = await this.client.communicationIdentityOperations.create(Object.assign({ expiresInMinutes: undefined }, updatedOptions));
|
64
|
+
return {
|
65
|
+
communicationUserId: result.identity.id,
|
66
|
+
};
|
67
|
+
});
|
68
|
+
}
|
69
|
+
/**
|
70
|
+
* Creates a single user and a token simultaneously.
|
71
|
+
*
|
72
|
+
* @param scopes - Scopes to include in the token.
|
73
|
+
* @param options - Additional options for the request.
|
74
|
+
*/
|
75
|
+
createUserAndToken(scopes, options = {}) {
|
76
|
+
return tracing_js_1.tracingClient.withSpan("CommunicationIdentity-createUserAndToken", options, async (updatedOptions) => {
|
77
|
+
const { identity, accessToken } = await this.client.communicationIdentityOperations.create(Object.assign({ createTokenWithScopes: scopes, expiresInMinutes: options.tokenExpiresInMinutes }, updatedOptions));
|
78
|
+
return Object.assign(Object.assign({}, accessToken), { user: { communicationUserId: identity.id } });
|
79
|
+
});
|
80
|
+
}
|
81
|
+
/**
|
82
|
+
* Triggers revocation event for user and deletes all its data.
|
83
|
+
*
|
84
|
+
* @param user - The user being deleted.
|
85
|
+
* @param options - Additional options for the request.
|
86
|
+
*/
|
87
|
+
deleteUser(user,
|
88
|
+
// eslint-disable-next-line @azure/azure-sdk/ts-naming-options
|
89
|
+
options = {}) {
|
90
|
+
return tracing_js_1.tracingClient.withSpan("CommunicationIdentity-deleteUser", options, async (updatedOptions) => {
|
91
|
+
await this.client.communicationIdentityOperations.delete(user.communicationUserId, updatedOptions);
|
92
|
+
});
|
93
|
+
}
|
94
|
+
/**
|
95
|
+
* Exchanges an Azure AD access token of a Teams user for a new Communication Identity access token with a matching expiration time.
|
96
|
+
*
|
97
|
+
* @param options - Options used to exchange an Azure AD access token of a Teams user for a new Communication Identity access token.
|
98
|
+
*/
|
99
|
+
getTokenForTeamsUser(options) {
|
100
|
+
return tracing_js_1.tracingClient.withSpan("CommunicationIdentity-getTokenForTeamsUser", options, (updatedOptions) => {
|
101
|
+
const { teamsUserAadToken, clientId, userObjectId } = updatedOptions;
|
102
|
+
return this.client.communicationIdentityOperations.exchangeTeamsUserAccessToken(teamsUserAadToken, clientId, userObjectId, updatedOptions);
|
103
|
+
});
|
104
|
+
}
|
105
|
+
}
|
106
|
+
exports.CommunicationIdentityClient = CommunicationIdentityClient;
|
107
|
+
//# sourceMappingURL=communicationIdentityClient.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"communicationIdentityClient.js","sourceRoot":"","sources":["../../src/communicationIdentityClient.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n CommunicationAccessToken,\n CommunicationIdentityClientOptions,\n CommunicationUserToken,\n GetTokenForTeamsUserOptions,\n CreateUserAndTokenOptions,\n GetTokenOptions,\n TokenScope,\n} from \"./models.js\";\nimport type { CommunicationUserIdentifier } from \"@azure/communication-common\";\nimport {\n createCommunicationAuthPolicy,\n isKeyCredential,\n parseClientArguments,\n} from \"@azure/communication-common\";\nimport type { InternalClientPipelineOptions, OperationOptions } from \"@azure/core-client\";\nimport type { KeyCredential, TokenCredential } from \"@azure/core-auth\";\nimport { isTokenCredential } from \"@azure/core-auth\";\nimport { IdentityRestClient } from \"./generated/src/identityRestClient.js\";\nimport { logger } from \"./common/logger.js\";\nimport { tracingClient } from \"./generated/src/tracing.js\";\n\nconst isCommunicationIdentityClientOptions = (\n options: any,\n): options is CommunicationIdentityClientOptions =>\n options && !isTokenCredential(options) && !isKeyCredential(options);\n\n/**\n * Client class for interacting with Azure Communication Services User Token Management.\n */\nexport class CommunicationIdentityClient {\n /**\n * A reference to the auto-generated UserToken HTTP client.\n */\n private readonly client: IdentityRestClient;\n\n /**\n * Initializes a new instance of the CommunicationIdentity class.\n * @param connectionString - Connection string to connect to an Azure Communication Service resource.\n * Example: \"endpoint=https://contoso.eastus.communications.azure.net/;accesskey=secret\";\n * @param options - Optional. Options to configure the HTTP pipeline.\n */\n public constructor(connectionString: string, options?: CommunicationIdentityClientOptions);\n\n /**\n * Initializes a new instance of the CommunicationIdentity class using an Azure KeyCredential.\n * @param endpoint - The endpoint of the service (ex: https://contoso.eastus.communications.azure.net).\n * @param credential - An object that is used to authenticate requests to the service. Use the AzureKeyCredential or `@azure/identity` to create a credential.\n * @param options - Optional. Options to configure the HTTP pipeline.\n */\n public constructor(\n endpoint: string,\n credential: KeyCredential,\n options?: CommunicationIdentityClientOptions,\n );\n /**\n * Initializes a new instance of the CommunicationIdentity class using a TokenCredential.\n * @param endpoint - The endpoint of the service (ex: https://contoso.eastus.communications.azure.net)\n * @param credential - TokenCredential that is used to authenticate requests to the service.\n * @param options - Optional. Options to configure the HTTP pipeline.\n */\n public constructor(\n endpoint: string,\n credential: TokenCredential,\n options?: CommunicationIdentityClientOptions,\n );\n\n public constructor(\n connectionStringOrEndpoint: string,\n credentialOrOptions?: KeyCredential | CommunicationIdentityClientOptions | TokenCredential,\n maybeOptions: CommunicationIdentityClientOptions = {},\n ) {\n const { url, credential } = parseClientArguments(\n connectionStringOrEndpoint,\n credentialOrOptions,\n );\n const options = isCommunicationIdentityClientOptions(credentialOrOptions)\n ? credentialOrOptions\n : maybeOptions;\n\n const internalPipelineOptions: InternalClientPipelineOptions = {\n ...options,\n ...{\n loggingOptions: {\n logger: logger.info,\n },\n },\n };\n\n this.client = new IdentityRestClient(url, { endpoint: url, ...internalPipelineOptions });\n\n const authPolicy = createCommunicationAuthPolicy(credential);\n this.client.pipeline.addPolicy(authPolicy);\n }\n\n /**\n * Creates a scoped user token.\n *\n * @param user - The user whose tokens are being issued.\n * @param scopes - Scopes to include in the token.\n * @param options - Additional options for the request.\n */\n public getToken(\n user: CommunicationUserIdentifier,\n scopes: TokenScope[],\n options: GetTokenOptions = {},\n ): Promise<CommunicationAccessToken> {\n return tracingClient.withSpan(\"CommunicationIdentity-issueToken\", options, (updatedOptions) => {\n return this.client.communicationIdentityOperations.issueAccessToken(\n user.communicationUserId,\n scopes,\n { expiresInMinutes: options.tokenExpiresInMinutes, ...updatedOptions },\n );\n });\n }\n\n /**\n * Revokes all data and tokens created for a user.\n *\n * @param user - The user whose tokens are being revoked.\n * @param options - Additional options for the request.\n */\n public revokeTokens(\n user: CommunicationUserIdentifier,\n // eslint-disable-next-line @azure/azure-sdk/ts-naming-options\n options: OperationOptions = {},\n ): Promise<void> {\n return tracingClient.withSpan(\n \"CommunicationIdentity-revokeTokens\",\n options,\n async (updatedOptions) => {\n await this.client.communicationIdentityOperations.revokeAccessTokens(\n user.communicationUserId,\n updatedOptions,\n );\n },\n );\n }\n\n /**\n * Creates a single user.\n *\n * @param options - Additional options for the request.\n */\n // eslint-disable-next-line @azure/azure-sdk/ts-naming-options\n public createUser(options: OperationOptions = {}): Promise<CommunicationUserIdentifier> {\n return tracingClient.withSpan(\n \"CommunicationIdentity-createUser\",\n options,\n async (updatedOptions) => {\n const result = await this.client.communicationIdentityOperations.create({\n expiresInMinutes: undefined,\n ...updatedOptions,\n });\n return {\n communicationUserId: result.identity.id,\n };\n },\n );\n }\n\n /**\n * Creates a single user and a token simultaneously.\n *\n * @param scopes - Scopes to include in the token.\n * @param options - Additional options for the request.\n */\n public createUserAndToken(\n scopes: TokenScope[],\n options: CreateUserAndTokenOptions = {},\n ): Promise<CommunicationUserToken> {\n return tracingClient.withSpan(\n \"CommunicationIdentity-createUserAndToken\",\n options,\n async (updatedOptions) => {\n const { identity, accessToken } = await this.client.communicationIdentityOperations.create({\n createTokenWithScopes: scopes,\n expiresInMinutes: options.tokenExpiresInMinutes,\n ...updatedOptions,\n });\n return {\n ...accessToken!,\n user: { communicationUserId: identity.id },\n };\n },\n );\n }\n\n /**\n * Triggers revocation event for user and deletes all its data.\n *\n * @param user - The user being deleted.\n * @param options - Additional options for the request.\n */\n public deleteUser(\n user: CommunicationUserIdentifier,\n // eslint-disable-next-line @azure/azure-sdk/ts-naming-options\n options: OperationOptions = {},\n ): Promise<void> {\n return tracingClient.withSpan(\n \"CommunicationIdentity-deleteUser\",\n options,\n async (updatedOptions) => {\n await this.client.communicationIdentityOperations.delete(\n user.communicationUserId,\n updatedOptions,\n );\n },\n );\n }\n\n /**\n * Exchanges an Azure AD access token of a Teams user for a new Communication Identity access token with a matching expiration time.\n *\n * @param options - Options used to exchange an Azure AD access token of a Teams user for a new Communication Identity access token.\n */\n public getTokenForTeamsUser(\n options: GetTokenForTeamsUserOptions,\n ): Promise<CommunicationAccessToken> {\n return tracingClient.withSpan(\n \"CommunicationIdentity-getTokenForTeamsUser\",\n options,\n (updatedOptions) => {\n const { teamsUserAadToken, clientId, userObjectId } = updatedOptions;\n return this.client.communicationIdentityOperations.exchangeTeamsUserAccessToken(\n teamsUserAadToken,\n clientId,\n userObjectId,\n updatedOptions,\n );\n },\n );\n }\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,EAAE,MAAgB,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAErB,QAAA,WAAW,GAAW,OAAO,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport const SDK_VERSION: string = \"1.3.2\";\n"]}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import * as coreClient from "@azure/core-client";
|
2
|
+
import { CommunicationIdentityOperations } from "./operationsInterfaces/index.js";
|
3
|
+
import { IdentityRestClientOptionalParams } from "./models/index.js";
|
4
|
+
export declare class IdentityRestClient extends coreClient.ServiceClient {
|
5
|
+
endpoint: string;
|
6
|
+
apiVersion: string;
|
7
|
+
/**
|
8
|
+
* Initializes a new instance of the IdentityRestClient class.
|
9
|
+
* @param endpoint The communication resource, for example https://my-resource.communication.azure.com
|
10
|
+
* @param options The parameter options
|
11
|
+
*/
|
12
|
+
constructor(endpoint: string, options?: IdentityRestClientOptionalParams);
|
13
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
14
|
+
private addCustomApiVersionPolicy;
|
15
|
+
communicationIdentityOperations: CommunicationIdentityOperations;
|
16
|
+
}
|
17
|
+
//# sourceMappingURL=identityRestClient.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"identityRestClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/identityRestClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAOjD,OAAO,EAAE,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAClF,OAAO,EAAE,gCAAgC,EAAE,MAAM,mBAAmB,CAAC;AAErE,qBAAa,kBAAmB,SAAQ,UAAU,CAAC,aAAa;IAC9D,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IAEnB;;;;OAIG;gBACS,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,gCAAgC;IAuCxE,8GAA8G;IAC9G,OAAO,CAAC,yBAAyB;IA2BjC,+BAA+B,EAAE,+BAA+B,CAAC;CAClE"}
|
@@ -0,0 +1,74 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.IdentityRestClient = void 0;
|
11
|
+
const tslib_1 = require("tslib");
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
13
|
+
const index_js_1 = require("./operations/index.js");
|
14
|
+
class IdentityRestClient extends coreClient.ServiceClient {
|
15
|
+
/**
|
16
|
+
* Initializes a new instance of the IdentityRestClient class.
|
17
|
+
* @param endpoint The communication resource, for example https://my-resource.communication.azure.com
|
18
|
+
* @param options The parameter options
|
19
|
+
*/
|
20
|
+
constructor(endpoint, options) {
|
21
|
+
var _a, _b;
|
22
|
+
if (endpoint === undefined) {
|
23
|
+
throw new Error("'endpoint' cannot be null");
|
24
|
+
}
|
25
|
+
// Initializing default values for options
|
26
|
+
if (!options) {
|
27
|
+
options = {};
|
28
|
+
}
|
29
|
+
const defaults = {
|
30
|
+
requestContentType: "application/json; charset=utf-8"
|
31
|
+
};
|
32
|
+
const packageDetails = `azsdk-js-communication-identity/1.3.2`;
|
33
|
+
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
34
|
+
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
35
|
+
: `${packageDetails}`;
|
36
|
+
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
37
|
+
userAgentPrefix
|
38
|
+
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUri) !== null && _b !== void 0 ? _b : "{endpoint}" });
|
39
|
+
super(optionsWithDefaults);
|
40
|
+
// Parameter assignments
|
41
|
+
this.endpoint = endpoint;
|
42
|
+
// Assigning values to Constant parameters
|
43
|
+
this.apiVersion = options.apiVersion || "2023-10-01";
|
44
|
+
this.communicationIdentityOperations = new index_js_1.CommunicationIdentityOperationsImpl(this);
|
45
|
+
this.addCustomApiVersionPolicy(options.apiVersion);
|
46
|
+
}
|
47
|
+
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
48
|
+
addCustomApiVersionPolicy(apiVersion) {
|
49
|
+
if (!apiVersion) {
|
50
|
+
return;
|
51
|
+
}
|
52
|
+
const apiVersionPolicy = {
|
53
|
+
name: "CustomApiVersionPolicy",
|
54
|
+
async sendRequest(request, next) {
|
55
|
+
const param = request.url.split("?");
|
56
|
+
if (param.length > 1) {
|
57
|
+
const newParams = param[1].split("&").map((item) => {
|
58
|
+
if (item.indexOf("api-version") > -1) {
|
59
|
+
return "api-version=" + apiVersion;
|
60
|
+
}
|
61
|
+
else {
|
62
|
+
return item;
|
63
|
+
}
|
64
|
+
});
|
65
|
+
request.url = param[0] + "?" + newParams.join("&");
|
66
|
+
}
|
67
|
+
return next(request);
|
68
|
+
}
|
69
|
+
};
|
70
|
+
this.pipeline.addPolicy(apiVersionPolicy);
|
71
|
+
}
|
72
|
+
}
|
73
|
+
exports.IdentityRestClient = IdentityRestClient;
|
74
|
+
//# sourceMappingURL=identityRestClient.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"identityRestClient.js","sourceRoot":"","sources":["../../../../src/generated/src/identityRestClient.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,uEAAiD;AAMjD,oDAA4E;AAI5E,MAAa,kBAAmB,SAAQ,UAAU,CAAC,aAAa;IAI9D;;;;OAIG;IACH,YAAY,QAAgB,EAAE,OAA0C;;QACtE,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,MAAM,IAAI,KAAK,CAAC,2BAA2B,CAAC,CAAC;QAC/C,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAqC;YACjD,kBAAkB,EAAE,iCAAiC;SACtD,CAAC;QAEF,MAAM,cAAc,GAAG,uCAAuC,CAAC;QAC/D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EAAE,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,YAAY,GAC9D,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QAEzB,0CAA0C;QAC1C,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAAU,IAAI,YAAY,CAAC;QACrD,IAAI,CAAC,+BAA+B,GAAG,IAAI,8CAAmC,CAC5E,IAAI,CACL,CAAC;QACF,IAAI,CAAC,yBAAyB,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;IACrD,CAAC;IAED,8GAA8G;IACtG,yBAAyB,CAAC,UAAmB;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,OAAO;QACT,CAAC;QACD,MAAM,gBAAgB,GAAG;YACvB,IAAI,EAAE,wBAAwB;YAC9B,KAAK,CAAC,WAAW,CACf,OAAwB,EACxB,IAAiB;gBAEjB,MAAM,KAAK,GAAG,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACrC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;oBACrB,MAAM,SAAS,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE;wBACjD,IAAI,IAAI,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;4BACrC,OAAO,cAAc,GAAG,UAAU,CAAC;wBACrC,CAAC;6BAAM,CAAC;4BACN,OAAO,IAAI,CAAC;wBACd,CAAC;oBACH,CAAC,CAAC,CAAC;oBACH,OAAO,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;gBACrD,CAAC;gBACD,OAAO,IAAI,CAAC,OAAO,CAAC,CAAC;YACvB,CAAC;SACF,CAAC;QACF,IAAI,CAAC,QAAQ,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAC;IAC5C,CAAC;CAGF;AA7ED,gDA6EC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\nimport {\n PipelineRequest,\n PipelineResponse,\n SendRequest\n} from \"@azure/core-rest-pipeline\";\nimport { CommunicationIdentityOperationsImpl } from \"./operations/index.js\";\nimport { CommunicationIdentityOperations } from \"./operationsInterfaces/index.js\";\nimport { IdentityRestClientOptionalParams } from \"./models/index.js\";\n\nexport class IdentityRestClient extends coreClient.ServiceClient {\n endpoint: string;\n apiVersion: string;\n\n /**\n * Initializes a new instance of the IdentityRestClient class.\n * @param endpoint The communication resource, for example https://my-resource.communication.azure.com\n * @param options The parameter options\n */\n constructor(endpoint: string, options?: IdentityRestClientOptionalParams) {\n if (endpoint === undefined) {\n throw new Error(\"'endpoint' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: IdentityRestClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\"\n };\n\n const packageDetails = `azsdk-js-communication-identity/1.3.2`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"{endpoint}\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.endpoint = endpoint;\n\n // Assigning values to Constant parameters\n this.apiVersion = options.apiVersion || \"2023-10-01\";\n this.communicationIdentityOperations = new CommunicationIdentityOperationsImpl(\n this\n );\n this.addCustomApiVersionPolicy(options.apiVersion);\n }\n\n /** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */\n private addCustomApiVersionPolicy(apiVersion?: string) {\n if (!apiVersion) {\n return;\n }\n const apiVersionPolicy = {\n name: \"CustomApiVersionPolicy\",\n async sendRequest(\n request: PipelineRequest,\n next: SendRequest\n ): Promise<PipelineResponse> {\n const param = request.url.split(\"?\");\n if (param.length > 1) {\n const newParams = param[1].split(\"&\").map((item) => {\n if (item.indexOf(\"api-version\") > -1) {\n return \"api-version=\" + apiVersion;\n } else {\n return item;\n }\n });\n request.url = param[0] + \"?\" + newParams.join(\"&\");\n }\n return next(request);\n }\n };\n this.pipeline.addPolicy(apiVersionPolicy);\n }\n\n communicationIdentityOperations: CommunicationIdentityOperations;\n}\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/index.ts"],"names":[],"mappings":"AAQA,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,cAAc,iCAAiC,CAAC"}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
"use strict";
|
2
|
+
/*
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
4
|
+
* Licensed under the MIT License.
|
5
|
+
*
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.IdentityRestClient = void 0;
|
11
|
+
const tslib_1 = require("tslib");
|
12
|
+
tslib_1.__exportStar(require("./models/index.js"), exports);
|
13
|
+
var identityRestClient_js_1 = require("./identityRestClient.js");
|
14
|
+
Object.defineProperty(exports, "IdentityRestClient", { enumerable: true, get: function () { return identityRestClient_js_1.IdentityRestClient; } });
|
15
|
+
tslib_1.__exportStar(require("./operationsInterfaces/index.js"), exports);
|
16
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/src/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,4DAAkC;AAClC,iEAA6D;AAApD,2HAAA,kBAAkB,OAAA;AAC3B,0EAAgD","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./models/index.js\";\nexport { IdentityRestClient } from \"./identityRestClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|