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

Represents the options to create a token.
Inheritance: TokenInfo
Mostrar archivo Open project: rajanadar/VaultSharp

Private Properties

Property Type Description

Public Methods

Method Description
TokenCreationOptions ( ) : System

Initializes a new instance of the TokenCreationOptions class.

Method Details

TokenCreationOptions() public method

Initializes a new instance of the TokenCreationOptions class.
public TokenCreationOptions ( ) : System
return System