CopilotClient.ScopeFromSettings(ConnectionSettings) Method
Definition
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.
Returns the scope URL needed to connect to Copilot Studio from the connection settings.
public static string ScopeFromSettings(Microsoft.Agents.CopilotStudio.Client.ConnectionSettings settings);
static member ScopeFromSettings : Microsoft.Agents.CopilotStudio.Client.ConnectionSettings -> string
Public Shared Function ScopeFromSettings (settings As ConnectionSettings) As String
Parameters
- settings
- ConnectionSettings
The Copilot Studio connection settings.
Returns
The token audience scope URL as a string.