ServiceTokenHandler.InitializeLoginProviders Method

Definition

Gets the set of ILoginProvider instances available.

protected virtual System.Collections.Generic.IDictionary<string,System.Collections.Generic.List<Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider>> InitializeLoginProviders ();
abstract member InitializeLoginProviders : unit -> System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider>>
override this.InitializeLoginProviders : unit -> System.Collections.Generic.IDictionary<string, System.Collections.Generic.List<Microsoft.WindowsAzure.Mobile.Service.Security.ILoginProvider>>
Protected Overridable Function InitializeLoginProviders () As IDictionary(Of String, List(Of ILoginProvider))

Returns

A case-insensitive lookup table.

Applies to