BotAuthenticationOptions.OAuthAuthority 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.
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