# Structs
ConfigResponse is the service response to the tcs config request.
EndpointMetricsResponse defines the response for status metrics endpoint.
OTP defines the one time password details.
OTPCodeVerifyData defines the data provided for otp code info.
OTPCodeVerifyDataResponse defines the reponse data for otp code verify info.
RegisteredUsersResponse is the service response to the registered users request.
RegisterReturnData represents the returned data for a registration request.
RegistrationPayload represents the JSON requests a user uses to require a new provider registration.
SecurityModeNoExpire is the JSON request the service is receiving when a user wants to set/unset the security mode.
SignMessage is the JSON request the service is receiving when a user sends a new message to be signed by the guardian.
SignMessageResponse is the service response to the sign message request.
SignMultipleTransactions is the JSON request the service is receiving when a user sends multiple transactions to be signed by the guardian.
SignMultipleTransactionsResponse is the service response to the sign multiple transactions request.
SignTransaction is the JSON request the service is receiving when a user sends a new transaction to be signed by the guardian.
SignTransactionResponse is the service response to the sign transaction request.
VerificationPayload represents the JSON requests a user uses to validate the authentication code.