@microsoft/teams-js 2.20.0-beta.1 → 2.20.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/MicrosoftTeams.d.ts
CHANGED
|
@@ -2797,7 +2797,7 @@ export namespace authentication {
|
|
|
2797
2797
|
*/
|
|
2798
2798
|
silent?: boolean;
|
|
2799
2799
|
/**
|
|
2800
|
-
* An optional identifier of the home tenant for which to acquire the
|
|
2800
|
+
* An optional identifier of the home tenant for which to acquire the access token for (used in cross-tenant shared channels).
|
|
2801
2801
|
*/
|
|
2802
2802
|
tenantId?: string;
|
|
2803
2803
|
}
|
package/dist/MicrosoftTeams.js
CHANGED