C# Class VaultSharp.Backends.Authentication.Models.Custom.CustomAuthenticationInfo

Represents the login information for the Custom Authentication backend.
Inheritance: IAuthenticationInfo
显示文件 Open project: rajanadar/VaultSharp Class Usage Examples

Public Methods

Method Description
CustomAuthenticationInfo ( string type, Func authenticationTokenAsyncDelegate ) : System

Initializes a new instance of the CustomAuthenticationInfo class.

Method Details

CustomAuthenticationInfo() public method

Initializes a new instance of the CustomAuthenticationInfo class.
public CustomAuthenticationInfo ( string type, Func authenticationTokenAsyncDelegate ) : System
type string The type of the unknown authentication backend type not supported by this library yet. e.g. liveid, facebook etc.
authenticationTokenAsyncDelegate Func The authentication token asynchronous delegate.
return System