Method | Description | |
---|---|---|
AddHandler ( string key, Func |
Map your own authentication handler.
|
|
Create ( string handler ) : IAuthenticationHandler |
Create a new handler
|
Method | Description | |
---|---|---|
AuthHandlerFactory ( ) : System | ||
MapHandlers ( ) : void |
public static AddHandler ( string key, Func |
||
key | string | Lower case name such as "facebook" |
factoryMethod | Func |
Func used to created the handler. |
return | void |
public static Create ( string handler ) : IAuthenticationHandler | ||
handler | string | Lower case name such as "facebook" |
return | IAuthenticationHandler |