Documentation ¶
Index ¶
Constants ¶
View Source
const ( // KeyTypeOTP is an key of type OTP KeyTypeOTP = "otp" // KeyTypeDynamic is dynamic key type; removed. KeyTypeDynamic = "dynamic" // KeyTypeCA is an key of type CA KeyTypeCA = "ca" // DefaultAlgorithmSigner is the default RSA signing algorithm DefaultAlgorithmSigner = "default" )
View Source
const SecretOTPType = "secret_otp_type"
Variables ¶
This section is empty.
Functions ¶
func Backend ¶
func Backend(conf *logical.BackendConfig) (*backend, error)
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.