Dela via


GetTokenForTeamsUserOptions Class

Definition

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.

Applies to