C# Class VaultSharp.Backends.Authentication.Providers.Custom.CustomAuthenticationProvider

Inheritance: IAuthenticationProvider
ファイルを表示 Open project: rajanadar/VaultSharp

Public Methods

Method Description
CustomAuthenticationProvider ( CustomAuthenticationInfo customAuthenticationInfo, bool continueAsyncTasksOnCapturedContext = false ) : System
GetTokenAsync ( ) : Task

Method Details

CustomAuthenticationProvider() public method

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

GetTokenAsync() public method

public GetTokenAsync ( ) : Task
return Task