C# 클래스 VaultSharp.Backends.Authentication.Models.Token.TokenAuthenticationInfo

Represents the login information for the Token Authentication backend.
상속: IAuthenticationInfo
파일 보기 프로젝트 열기: rajanadar/VaultSharp 1 사용 예제들

공개 메소드들

메소드 설명
TokenAuthenticationInfo ( string token ) : VaultSharp.Infrastructure.Validation

Initializes a new instance of the TokenAuthenticationInfo class.

메소드 상세

TokenAuthenticationInfo() 공개 메소드

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