IdentityResourceCollection.AddOpenId 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AddOpenId() |
添加 openid 资源。 |
AddOpenId(Action<IdentityResourceBuilder>) |
添加 openid 资源。 |
AddOpenId()
添加 openid 资源。
public:
void AddOpenId();
public void AddOpenId ();
member this.AddOpenId : unit -> unit
Public Sub AddOpenId ()
适用于
AddOpenId(Action<IdentityResourceBuilder>)
添加 openid 资源。
public:
void AddOpenId(Action<Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceBuilder ^> ^ configure);
public void AddOpenId (Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> configure);
member this.AddOpenId : Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder> -> unit
Public Sub AddOpenId (configure As Action(Of IdentityResourceBuilder))
参数
- configure
- Action<IdentityResourceBuilder>
Action<T>要配置 openid 作用域的 。