Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommunicationUserCredential

Package version

The Azure Communication Services User token credential.

Hierarchy

  • CommunicationUserCredential

Implemented by

Index

Methods

Methods

dispose

  • dispose(): void

getToken

  • getToken(abortSignal?: AbortSignalLike): Promise<AccessToken>
  • Gets an AccessToken for the user. Throws if already disposed.

    Parameters

    • Optional abortSignal: AbortSignalLike

      An implementation of AbortSignalLike to cancel the operation.

    Returns Promise<AccessToken>

Generated using TypeDoc