Sdílet prostřednictvím


IdentityResourceCollection.AddOpenId Metoda

Definice

Přetížení

AddOpenId()

Přidá prostředek openid.

AddOpenId(Action<IdentityResourceBuilder>)

Přidá prostředek openid.

AddOpenId()

Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs

Přidá prostředek openid.

public:
 void AddOpenId();
public void AddOpenId();
member this.AddOpenId : unit -> unit
Public Sub AddOpenId ()

Platí pro

AddOpenId(Action<IdentityResourceBuilder>)

Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs
Zdroj:
IdentityResourceCollection.cs

Přidá prostředek 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))

Parametry

configure
Action<IdentityResourceBuilder>

Nakonfigurujete Action<T> obor openid.

Platí pro