OidcProviderOptions.DefaultScopes 属性

定义

获取或设置登录时要请求的范围列表。

public:
 property System::Collections::Generic::IList<System::String ^> ^ DefaultScopes { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> DefaultScopes { get; }
member this.DefaultScopes : System.Collections.Generic.IList<string>
Public ReadOnly Property DefaultScopes As IList(Of String)

属性值

默认为 openidprofile

适用于