BotAuthenticationOptions.OAuthAuthority Property

Definition

Authority URL that is used in OAuth On-behalf-of flow.

[System.ComponentModel.DataAnnotations.RegularExpression("^http(s)?://[-a-zA-Z0-9@:%._\+~#=/]{1,100}$")]
[System.ComponentModel.DataAnnotations.Required(ErrorMessage="OAuth authority is required")]
public string OAuthAuthority { get; set; }
[<System.ComponentModel.DataAnnotations.RegularExpression("^http(s)?://[-a-zA-Z0-9@:%._\+~#=/]{1,100}$")>]
[<System.ComponentModel.DataAnnotations.Required(ErrorMessage="OAuth authority is required")>]
member this.OAuthAuthority : string with get, set
Public Property OAuthAuthority As String

Property Value

Attributes

Applies to