@microsoft/teams-js 2.20.0-beta.1 → 2.20.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
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