GET /auth/token
Название | Тип | По-умолчанию | Описание |
---|---|---|---|
function | string | "md5" | The encrypted function |
key | string | The public key, generated in personal account in auth section | |
message | string | The encrypted message: message = Function (public key, private key, ...) 1) message = md5(public_key + secret_key) | |
user | string | The email or username |
authenticate