Type alias UnauthorizedType

UnauthorizedType: {
    codigo: 401;
    mensaje: string;
    respuesta: false;
}

Error code 405

Type declaration

  • codigo: 401
  • mensaje: string
  • respuesta: false

Description

The authentication token or authentication headers