POST /internal/secret/transmission/decrypt
Decrypt the frontend RSA-OAEP encrypted password using the transmission RSA private key. Internal service call only.
Secret Service - Internal API `InternalAPIKeyAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
X-API-Key |
header |
string |
Yes |
|
|
|
Internal API key |
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_secret-service_internal_handler_dto_TransmissionDecryptResponse
gitee_com_linmes_authms_micro-services_secret-service_internal_handler_dto.TransmissionDecryptResponse
| Field | Type | Required | Example | Constraints | Description |
plaintext |
string |
No |
my-decrypted-password |
|
|