C# 클래스 VaultSharp.Backends.Authentication.Models.Custom.CustomAuthenticationInfo

Represents the login information for the Custom Authentication backend.
상속: IAuthenticationInfo
파일 보기 프로젝트 열기: rajanadar/VaultSharp 1 사용 예제들

공개 메소드들

메소드 설명
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