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

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

Public Methods

Method Description
TokenAuthenticationInfo ( string token ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the TokenAuthenticationInfo class.

Method Details

TokenAuthenticationInfo() public method

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