Share via


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

Property Value

Attributes

Applies to