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

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

Méthodes publiques

Méthode Description
CustomAuthenticationProvider ( CustomAuthenticationInfo customAuthenticationInfo, bool continueAsyncTasksOnCapturedContext = false ) : System
GetTokenAsync ( ) : Task

Method Details

CustomAuthenticationProvider() public méthode

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

GetTokenAsync() public méthode

public GetTokenAsync ( ) : Task
Résultat Task