WebexClientWrapperOptions.WebexSecret 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.
Gets or sets the secret used to validate incoming webhooks.
public string WebexSecret { get; set; }
member this.WebexSecret : string with get, set
Public Property WebexSecret As String
Property Value
The secret used to validate incoming webhooks. You can define this yourself.