Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashicorpNonceService ¶
type HashicorpNonceService struct {
// contains filtered or unexported fields
}
func NewHashicorpNonceService ¶
func NewHashicorpNonceService() (*HashicorpNonceService, error)
func (*HashicorpNonceService) Get ¶
func (s *HashicorpNonceService) Get() (string, error)
func (*HashicorpNonceService) Redeem ¶
func (s *HashicorpNonceService) Redeem(nonceStr string) error
type ValkeyNonceService ¶
type ValkeyNonceService struct {
// contains filtered or unexported fields
}
func (*ValkeyNonceService) Get ¶
func (v *ValkeyNonceService) Get() (string, error)
func (*ValkeyNonceService) Redeem ¶
func (v *ValkeyNonceService) Redeem(nonce string) error
Click to show internal directories.
Click to hide internal directories.