SignInManager<TUser>.GetExternalAuthenticationSchemes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of AuthenticationDescriptions for the known external login providers.
public:
virtual System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^> ^ GetExternalAuthenticationSchemes();
public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription> GetExternalAuthenticationSchemes ();
abstract member GetExternalAuthenticationSchemes : unit -> seq<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>
override this.GetExternalAuthenticationSchemes : unit -> seq<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>
Public Overridable Function GetExternalAuthenticationSchemes () As IEnumerable(Of AuthenticationDescription)
Returns
A collection of AuthenticationDescriptions for the known external login providers.