GetTokenForTeamsUserOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options used to exchange an AAD access token of a Teams user for a new Communication Identity access token.
public class GetTokenForTeamsUserOptions
type GetTokenForTeamsUserOptions = class
Public Class GetTokenForTeamsUserOptions
- Inheritance
-
GetTokenForTeamsUserOptions
Constructors
GetTokenForTeamsUserOptions(String, String, String) |
Initializes a new instance of GetTokenForTeamsUserOptions. |
Properties
ClientId |
Client ID of an Azure AD application to be verified against the appId claim in the Azure AD access token. |
TeamsUserAadToken |
Azure AD access token of a Teams user. |
UserObjectId |
Object ID of an Azure AD user (Teams User) to be verified against the OID claim in the Azure AD access token. |