Module key_link_api

Source

Structs§

CreateSigningKeyParams
struct for passing parameters to the method [create_signing_key]
CreateSigningKeyParamsBuilder
Use builder syntax to set the inputs and finish with build().
CreateValidationKeyParams
struct for passing parameters to the method [create_validation_key]
CreateValidationKeyParamsBuilder
Use builder syntax to set the inputs and finish with build().
DisableValidationKeyParams
struct for passing parameters to the method [disable_validation_key]
DisableValidationKeyParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetSigningKeyParams
struct for passing parameters to the method [get_signing_key]
GetSigningKeyParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetSigningKeysListParams
struct for passing parameters to the method [get_signing_keys_list]
GetSigningKeysListParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetValidationKeyParams
struct for passing parameters to the method [get_validation_key]
GetValidationKeyParamsBuilder
Use builder syntax to set the inputs and finish with build().
GetValidationKeysListParams
struct for passing parameters to the method [get_validation_keys_list]
GetValidationKeysListParamsBuilder
Use builder syntax to set the inputs and finish with build().
KeyLinkApiClient
SetAgentIdParams
struct for passing parameters to the method [set_agent_id]
SetAgentIdParamsBuilder
Use builder syntax to set the inputs and finish with build().
UpdateSigningKeyParams
struct for passing parameters to the method [update_signing_key]
UpdateSigningKeyParamsBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

CreateSigningKeyError
struct for typed errors of method [create_signing_key]
CreateValidationKeyError
struct for typed errors of method [create_validation_key]
DisableValidationKeyError
struct for typed errors of method [disable_validation_key]
GetSigningKeyError
struct for typed errors of method [get_signing_key]
GetSigningKeysListError
struct for typed errors of method [get_signing_keys_list]
GetValidationKeyError
struct for typed errors of method [get_validation_key]
GetValidationKeysListError
struct for typed errors of method [get_validation_keys_list]
SetAgentIdError
struct for typed errors of method [set_agent_id]
UpdateSigningKeyError
struct for typed errors of method [update_signing_key]

Traits§

KeyLinkApi