Documentation ¶
Index ¶
- Constants
- func NewCommanderConfiguration(filename string) auth.IConfigurationStorage
- func NewJsonConfigurationFile(filePath string) auth.IConfigurationStorage
- func NewJsonConfigurationFileLoader(filename string) auth.IJsonConfigurationLoader
- func NewJsonConfigurationStorage(loader auth.IJsonConfigurationLoader) auth.IConfigurationStorage
- func NewKeeperEndpoint(server string, storage auth.IConfigurationStorage) auth.IKeeperEndpoint
- func NewLoginAuth(endpoint auth.IKeeperEndpoint) auth.ILoginAuth
- func PrepareApiRequest(keyId int32, payload []byte, transmissionKey []byte, sessionToken []byte, ...) (result *proto_auth.ApiRequest, err error)
Constants ¶
View Source
const ClientVersion = "c16.9.0"
View Source
const DefaultDeviceName = "GoLang Keeper API"
View Source
const DefaultKeeperServer = "keepersecurity.com"
View Source
const DefaultLocale = "en_US"
Variables ¶
This section is empty.
Functions ¶
func NewCommanderConfiguration ¶
func NewCommanderConfiguration(filename string) auth.IConfigurationStorage
func NewJsonConfigurationFile ¶
func NewJsonConfigurationFile(filePath string) auth.IConfigurationStorage
func NewJsonConfigurationFileLoader ¶
func NewJsonConfigurationFileLoader(filename string) auth.IJsonConfigurationLoader
func NewJsonConfigurationStorage ¶
func NewJsonConfigurationStorage(loader auth.IJsonConfigurationLoader) auth.IConfigurationStorage
func NewKeeperEndpoint ¶
func NewKeeperEndpoint(server string, storage auth.IConfigurationStorage) auth.IKeeperEndpoint
func NewLoginAuth ¶
func NewLoginAuth(endpoint auth.IKeeperEndpoint) auth.ILoginAuth
func PrepareApiRequest ¶
func PrepareApiRequest(keyId int32, payload []byte, transmissionKey []byte, sessionToken []byte, locale string) (result *proto_auth.ApiRequest, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.