C# Class VaultSharp.Backends.Authentication.Providers.Token.TokenAuthenticationProvider

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

Public Methods

Method Description
GetTokenAsync ( ) : Task
TokenAuthenticationProvider ( TokenAuthenticationInfo tokenAuthenticationInfo ) : System.Threading.Tasks

Method Details

GetTokenAsync() public method

public GetTokenAsync ( ) : Task
return Task

TokenAuthenticationProvider() public method

public TokenAuthenticationProvider ( TokenAuthenticationInfo tokenAuthenticationInfo ) : System.Threading.Tasks
tokenAuthenticationInfo VaultSharp.Backends.Authentication.Models.Token.TokenAuthenticationInfo
return System.Threading.Tasks