C# Class VaultSharp.Backends.Authentication.Models.Token.TokenAuthenticationInfo

Represents the login information for the Token Authentication backend.
Inheritance: IAuthenticationInfo
Afficher le fichier Open project: rajanadar/VaultSharp Class Usage Examples

Méthodes publiques

Méthode Description
TokenAuthenticationInfo ( string token ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the TokenAuthenticationInfo class.

Method Details

TokenAuthenticationInfo() public méthode

Initializes a new instance of the TokenAuthenticationInfo class.
public TokenAuthenticationInfo ( string token ) : VaultSharp.Infrastructure.Validation
token string The token.
Résultat VaultSharp.Infrastructure.Validation