C# Класс VaultSharp.Backends.Authentication.Models.Custom.CustomAuthenticationInfo

Represents the login information for the Custom Authentication backend.
Наследование: IAuthenticationInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CustomAuthenticationInfo ( string type, Func authenticationTokenAsyncDelegate ) : System

Initializes a new instance of the CustomAuthenticationInfo class.

Описание методов

CustomAuthenticationInfo() публичный Метод

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.
Результат System