Gallery
Documentación Front-End
Share
Explore
Documentación Front-End
Login

icon picker
GET - REFRESH TOKEN

Refresh token es para mantener la sesión abierta por un dia en el sistema.

Param:

{
"refresh_token_usuario": 64d14a88a33306.771180421,
}

Result:

{
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE2OTE0Mzg0NzUsImV4cCI6MTY5MTQzODU5NSwiaWRfdXN1YXJpbyI6MjE2LCJyb2xlcyI6W3siaWRfcm9sIjoxLCJub21icmVfcm9sIjoiQWRtaW5pc3RyYWRvciJ9XX0.LvlM0eEvUovIXJua-tThfozSCZixLJMtqhEoxKp2wClTfgEq0NYLx1HXhhbYwIXy_y8YhciAqwVTCDykboaUxePSC2axTw3Q7GJfYdXx6b18N4Pgf-zAtUlaTiMbKF4s3FZ97sJ9ANpduFzhqWLevEKqT2zAhP2yaj-1DXkZMyvQaL7dJc1Ngc0ZyfmwndxHgBaIqbtqSh8nuLNANOTczo9s-p0rR9xyI2Tnx8pwLuN6xgpIxqDlSq1YoXctvW4yAVWU3uILbHhs9ePmYZ-M6FlppenBPe1CMnx-zh7oYooetMVERkalmeQznDU3793pCe8UHPuhAc_tKqSei87hpg",
"refresh_token": "64d14a88a33306.77118042"
}

JWT:

{
"iat": 1691438454,
"exp": 1691438574,
"id_usuario": 216,
"roles": [
{
"id_rol": 1,
"nombre_rol": "Administrador"
}
]
}

Error:

{
"usuario_valido": false,
"error": {
"titulo_error": "Error de refresh token",
"mensaje_error": "EL refresh token no existe",
"codigo_error": "UST002",
"descripcion_error": "Error Controlado"
}
}


Error:

{
"usuario_valido": false,
"error": {
"titulo_error": "Error de refresh token",
"mensaje_error": "EL refresh token no es valido",
"codigo_error": "UST001",
"descripcion_error": "Error Controlado"
}
}



Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.