Sdílet prostřednictvím


CommunicationTokenScope Struct

Definition

List of scopes for an access token.

public readonly struct CommunicationTokenScope : IEquatable<Azure.Communication.Identity.CommunicationTokenScope>
type CommunicationTokenScope = struct
Public Structure CommunicationTokenScope
Implements IEquatable(Of CommunicationTokenScope)
Inheritance
CommunicationTokenScope
Implements

Constructors

CommunicationTokenScope(String)

Initializes a new instance of CommunicationTokenScope.

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

Equality(CommunicationTokenScope, CommunicationTokenScope)

Determines if two CommunicationTokenScope values are the same.

Implicit(String to CommunicationTokenScope)

Converts a string to a CommunicationTokenScope.

Inequality(CommunicationTokenScope, CommunicationTokenScope)

Determines if two CommunicationTokenScope values are not the same.

Applies to