C# 클래스 VaultSharp.Backends.Authentication.Providers.Custom.CustomAuthenticationProvider

상속: IAuthenticationProvider
파일 보기 프로젝트 열기: rajanadar/VaultSharp

공개 메소드들

메소드 설명
CustomAuthenticationProvider ( CustomAuthenticationInfo customAuthenticationInfo, bool continueAsyncTasksOnCapturedContext = false ) : System
GetTokenAsync ( ) : Task

메소드 상세

CustomAuthenticationProvider() 공개 메소드

public CustomAuthenticationProvider ( CustomAuthenticationInfo customAuthenticationInfo, bool continueAsyncTasksOnCapturedContext = false ) : System
customAuthenticationInfo VaultSharp.Backends.Authentication.Models.Custom.CustomAuthenticationInfo
continueAsyncTasksOnCapturedContext bool
리턴 System

GetTokenAsync() 공개 메소드

public GetTokenAsync ( ) : Task
리턴 Task