JwtBearerOptions.Authority 속성

정의

OpenIdConnect 호출 시 사용할 Authority를 가져오거나 설정합니다.

public:
 property System::String ^ Authority { System::String ^ get(); void set(System::String ^ value); };
public string Authority { get; set; }
public string? Authority { get; set; }
member this.Authority : string with get, set
Public Property Authority As String

속성 값

적용 대상