Share via


ProviderAuthInfo Constructors

Definition

Overloads

ProviderAuthInfo(String)
ProviderAuthInfo(String, IEnumerable<String>)

ProviderAuthInfo(String)

public:
 ProviderAuthInfo(System::String ^ identifier);
public ProviderAuthInfo (string identifier);
new Microsoft.IdentityServer.Authentication.ProviderAuthInfo : string -> Microsoft.IdentityServer.Authentication.ProviderAuthInfo
Public Sub New (identifier As String)

Parameters

identifier
String

Applies to

ProviderAuthInfo(String, IEnumerable<String>)

public:
 ProviderAuthInfo(System::String ^ identifier, System::Collections::Generic::IEnumerable<System::String ^> ^ authMethods);
public ProviderAuthInfo (string identifier, System.Collections.Generic.IEnumerable<string> authMethods);
new Microsoft.IdentityServer.Authentication.ProviderAuthInfo : string * seq<string> -> Microsoft.IdentityServer.Authentication.ProviderAuthInfo
Public Sub New (identifier As String, authMethods As IEnumerable(Of String))

Parameters

identifier
String
authMethods
IEnumerable<String>

Applies to