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

Represents the login information for the Custom Authentication backend.
Inheritance: IAuthenticationInfo
Afficher le fichier Open project: rajanadar/VaultSharp Class Usage Examples

Méthodes publiques

Méthode Description
CustomAuthenticationInfo ( string type, Func authenticationTokenAsyncDelegate ) : System

Initializes a new instance of the CustomAuthenticationInfo class.

Method Details

CustomAuthenticationInfo() public méthode

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.
Résultat System