Udostępnij za pośrednictwem


IdentityResourceCollection.AddOpenId Metoda

Definicja

Przeciążenia

AddOpenId()

Dodaje zasób openid.

AddOpenId(Action<IdentityResourceBuilder>)

Dodaje zasób openid.

AddOpenId()

Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs

Dodaje zasób openid.

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

Dotyczy

AddOpenId(Action<IdentityResourceBuilder>)

Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs
Źródło:
IdentityResourceCollection.cs

Dodaje zasób 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>

Element Action<T> do skonfigurowania zakresu openid.

Dotyczy