ConfigOptions.LoginProviders Property

Definition

Sets the ILoginProvider implementations that are participating in the Azure Mobile Service authentication process. The set includes the list of ILoginProvider implementations that are registered by default. The default set can be replaced or augmented by additional ILoginProvider implementations. In order for an entry to be registered as a login provider, it must be a public, visible, non-abstract implementation of ILoginProvider.

public System.Collections.ObjectModel.Collection<Type> LoginProviders { get; }
member this.LoginProviders : System.Collections.ObjectModel.Collection<Type>
Public ReadOnly Property LoginProviders As Collection(Of Type)

Property Value

Applies to