CommunicationTokenScope Struct

Definition

List of scopes for an access token.

C#
public readonly struct CommunicationTokenScope : IEquatable<Azure.Communication.Identity.CommunicationTokenScope>
Inheritance
CommunicationTokenScope
Implements

Constructors

Properties

Chat

Use this for full access to Chat APIs.

ChatJoin

Access to Chat APIs but without the authorization to create, delete or update chat threads.

ChatJoinLimited

A more limited version of chat.join that doesn't allow to add or remove participants. Use this scope when the token bearer is not fully trusted, for example in guest scenarios.

VoIP

Use this for full access to Calling APIs.

VoIPJoin

Access to Calling APIs but without the authorization to start new calls.

Methods

Equals(CommunicationTokenScope)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Applies to

Product Versions
Azure SDK for .NET Latest