Jaa


SkillConversationIdFactoryOptions.FromBotOAuthScope Property

Definition

Gets or sets the oauth audience scope, used during token retrieval (either https://api.botframework.com or bot app id).

public string FromBotOAuthScope { get; set; }
member this.FromBotOAuthScope : string with get, set
Public Property FromBotOAuthScope As String

Property Value

The oauth audience scope, used during token retrieval (either https://api.botframework.com or bot app id if this is a skill calling another skill).

Applies to