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

Inheritance: IAuthenticationProvider
Afficher le fichier Open project: rajanadar/VaultSharp

Méthodes publiques

Méthode Description
GetTokenAsync ( ) : Task
TokenAuthenticationProvider ( TokenAuthenticationInfo tokenAuthenticationInfo ) : System.Threading.Tasks

Method Details

GetTokenAsync() public méthode

public GetTokenAsync ( ) : Task
Résultat Task

TokenAuthenticationProvider() public méthode

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