Enum CredentialsEntryMethod
Flags that specify how a network takes user credentials
Namespace: NFX.Web.Social
Assembly: NFX.Web.dll
Syntax
[Flags]
public enum CredentialsEntryMethod
  Fields
| Name | Description | 
|---|---|
| Browser | Specifies that the service only allows users to enter credentials via browser, in a popup or IFrame  | 
      
| None | Specifies that the service does not support any forms of security integration  | 
      
| ServerAPI | Specifies that the service has server API that a client (web app) can call and pass the credentials  |