ISlackChannelProperties.RegisterBeforeOAuthFlow Property
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.
Whether to register the settings before OAuth validation is performed. Recommended to True.
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether to register the settings before OAuth validation is performed. Recommended to True.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="registerBeforeOAuthFlow")]
public bool? RegisterBeforeOAuthFlow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether to register the settings before OAuth validation is performed. Recommended to True.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="registerBeforeOAuthFlow")>]
member this.RegisterBeforeOAuthFlow : Nullable<bool> with get, set
Public Property RegisterBeforeOAuthFlow As Nullable(Of Boolean)
Property Value
- Attributes