CommunicationTokenScope Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Communication |
Initializes a new instance of CommunicationTokenScope. |
Chat |
Use this for full access to Chat APIs. |
Chat |
Access to Chat APIs but without the authorization to create, delete or update chat threads. |
Chat |
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. |
Vo |
Access to Calling APIs but without the authorization to start new calls. |
Equals(Communication |
Indicates whether the current object is equal to another object of the same type. |
To |
Returns the fully qualified type name of this instance. |
Equality(Communication |
Determines if two CommunicationTokenScope values are the same. |
Implicit(String to Communication |
Converts a string to a CommunicationTokenScope. |
Inequality(Communication |
Determines if two CommunicationTokenScope values are not the same. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: