SlackChannel.RegisterBeforeOAuthFlow Property

Definition

Whether to register the settings before OAuth validation is performed. Recommended to True.

[Microsoft.Azure.PowerShell.Cmdlets.BotService.Origin(Microsoft.Azure.PowerShell.Cmdlets.BotService.PropertyOrigin.Inlined)]
public bool? RegisterBeforeOAuthFlow { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Origin(Microsoft.Azure.PowerShell.Cmdlets.BotService.PropertyOrigin.Inlined)>]
member this.RegisterBeforeOAuthFlow : Nullable<bool> with get, set
Public Property RegisterBeforeOAuthFlow As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to