Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommunicationIdentity

Package version

A communication identity. Class representing a CommunicationIdentity.

Hierarchy

  • CommunicationIdentity

Index

Constructors

constructor

Properties

id

id: string

Identifier of the identity.

Methods

create

delete

  • delete(id: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Delete the identity, revoke all tokens for the identity and delete all associated data.

    Parameters

    • id: string

      Identifier of the identity to be deleted.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

exchangeTeamsUserAccessToken

issueAccessToken

revokeAccessTokens

  • revokeAccessTokens(id: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Revoke all access tokens for the specific identity.

    Parameters

    • id: string

      Identifier of the identity.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

Generated using TypeDoc